#e8df3f
a balanced, electric yellow · cool · closest name: gold
RGB
232, 223, 63
HSL
57°, 79%, 58%
CMYK
0, 4, 73, 9
Luminance
0.7029
Every format
| HEX | #e8df3f |
| RGB | rgb(232, 223, 63) |
| HSL | hsl(57, 79%, 58%) |
| CMYK | cmyk(0%, 4%, 73%, 9%) |
| LAB | lab(87.1 -14.3 74.3) |
| LCH | lch(87.1 75.7 100.9) |
| OKLCH | oklch(0.884 0.170 106.1) |
Copy-ready code
/* CSS */
color: #e8df3f;
background-color: #e8df3f;
/* Tailwind (arbitrary) */
class="text-[#e8df3f] bg-[#e8df3f]"
/* SCSS */
$brand: #e8df3f;
/* SwiftUI */
Color(red: 0.910, green: 0.875, blue: 0.247)
/* Android */
Color.parseColor("#e8df3f")Accessibility — WCAG contrast
Aa
#e8df3f on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e8df3f on black: 15.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.0%
Green87.5%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta3.9%
Yellow72.8%
Key (black)9.0%
Color previews
#e8df3f text on a black background
contrast 15.06:1
Card sample
#e8df3f text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e8df3f;
Background color
Panel with #e8df3f background
background-color: #e8df3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e8df3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(232, 223, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(232, 223, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e8df3f; background: linear-gradient(135deg, #e8df3f, #80E83F);