#eedf2b
a balanced, electric yellow · cool · closest name: gold
RGB
238, 223, 43
HSL
55°, 85%, 55%
CMYK
0, 6, 82, 7
Luminance
0.7113
Every format
| HEX | #eedf2b |
| RGB | rgb(238, 223, 43) |
| HSL | hsl(55, 85%, 55%) |
| CMYK | cmyk(0%, 6%, 82%, 7%) |
| LAB | lab(87.5 -12.5 80.7) |
| LCH | lch(87.5 81.7 98.8) |
| OKLCH | oklch(0.888 0.179 104.3) |
Copy-ready code
/* CSS */
color: #eedf2b;
background-color: #eedf2b;
/* Tailwind (arbitrary) */
class="text-[#eedf2b] bg-[#eedf2b]"
/* SCSS */
$brand: #eedf2b;
/* SwiftUI */
Color(red: 0.933, green: 0.875, blue: 0.169)
/* Android */
Color.parseColor("#eedf2b")Accessibility — WCAG contrast
Aa
#eedf2b on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eedf2b on black: 15.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green87.5%
Blue16.9%
CMYK percentages
Cyan0.0%
Magenta6.3%
Yellow81.9%
Key (black)6.7%
Color previews
#eedf2b text on a black background
contrast 15.23:1
Card sample
#eedf2b text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eedf2b;
Background color
Panel with #eedf2b background
background-color: #eedf2b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eedf2b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 223, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 223, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eedf2b; background: linear-gradient(135deg, #eedf2b, #7BEE2B);