#e6b430
a balanced, electric yellow · warm · closest name: orange
RGB
230, 180, 48
HSL
44°, 78%, 55%
CMYK
0, 22, 79, 10
Luminance
0.4968
Every format
| HEX | #e6b430 |
| RGB | rgb(230, 180, 48) |
| HSL | hsl(44, 78%, 55%) |
| CMYK | cmyk(0%, 22%, 79%, 10%) |
| LAB | lab(75.9 6.2 68.8) |
| LCH | lch(75.9 69.1 84.8) |
| OKLCH | oklch(0.794 0.149 86.3) |
Copy-ready code
/* CSS */
color: #e6b430;
background-color: #e6b430;
/* Tailwind (arbitrary) */
class="text-[#e6b430] bg-[#e6b430]"
/* SCSS */
$brand: #e6b430;
/* SwiftUI */
Color(red: 0.902, green: 0.706, blue: 0.188)
/* Android */
Color.parseColor("#e6b430")Accessibility — WCAG contrast
Aa
#e6b430 on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e6b430 on black: 10.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.2%
Green70.6%
Blue18.8%
CMYK percentages
Cyan0.0%
Magenta21.7%
Yellow79.1%
Key (black)9.8%
Color previews
#e6b430 text on a black background
contrast 10.94:1
Card sample
#e6b430 text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e6b430;
Background color
Panel with #e6b430 background
background-color: #e6b430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e6b430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(230, 180, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(230, 180, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e6b430; background: linear-gradient(135deg, #e6b430, #9FE630);