#e6a219
a balanced, electric yellow · warm · closest name: orange
RGB
230, 162, 25
HSL
40°, 80%, 50%
CMYK
0, 30, 89, 10
Luminance
0.4273
Every format
| HEX | #e6a219 |
| RGB | rgb(230, 162, 25) |
| HSL | hsl(40, 80%, 50%) |
| CMYK | cmyk(0%, 30%, 89%, 10%) |
| LAB | lab(71.4 15.2 71.5) |
| LCH | lch(71.4 73.0 78.0) |
| OKLCH | oklch(0.759 0.153 77.4) |
Copy-ready code
/* CSS */
color: #e6a219;
background-color: #e6a219;
/* Tailwind (arbitrary) */
class="text-[#e6a219] bg-[#e6a219]"
/* SCSS */
$brand: #e6a219;
/* SwiftUI */
Color(red: 0.902, green: 0.635, blue: 0.098)
/* Android */
Color.parseColor("#e6a219")Accessibility — WCAG contrast
Aa
#e6a219 on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e6a219 on black: 9.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.2%
Green63.5%
Blue9.8%
CMYK percentages
Cyan0.0%
Magenta29.6%
Yellow89.1%
Key (black)9.8%
Color previews
#e6a219 text on a black background
contrast 9.55:1
Card sample
#e6a219 text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e6a219;
Background color
Panel with #e6a219 background
background-color: #e6a219;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e6a219;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(230, 162, 25, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(230, 162, 25, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e6a219; background: linear-gradient(135deg, #e6a219, #A1E619);