Asagi — 江戸 — 夏
浅葱色
あさぎいろ
#48A8B0 夏 江戸
Description
葱の若葉のような明るい青緑。新選組の羽織の色として有名で、江戸の粋と清廉さを象徴する爽やかな伝統色。
HEX#48A8B0
RGBrgb(72, 168, 176)
HSLhsl(185deg 42% 49%)
現代UIでの使用例
UI Preview
Heading
日本の
伝統色
Japanese Traditional Color
コードスニペット
Code Snippets
CSS Variables
:root {
--color-asagi: #48A8B0;
--color-asagi-accent: #50B0B8;
--color-asagi-light: #E8F8FA;
}bg-[#48A8B0] /* 背景色 */
text-[#48A8B0] /* テキスト色 */
border-[#48A8B0] /* ボーダー */
bg-[#E8F8FA] text-[#50B0B8] /* 淡背景バッジ */
.asagi {
background-color: #48A8B0;
}
.asagi-accent {
background-color: #50B0B8;
}
.asagi-light {
background-color: #E8F8FA;
}
.text-asagi {
color: #48A8B0;
}HEX #48A8B0
RGB rgb(72, 168, 176)
HSL hsl(185deg 42% 49%)
Accent
HEX #50B0B8
Light
HEX #E8F8FA