#eede25
a balanced, electric yellow · cool · closest name: gold
RGB
238, 222, 37
HSL
55°, 86%, 54%
CMYK
0, 7, 85, 7
Luminance
0.7055
Every format
| HEX | #eede25 |
| RGB | rgb(238, 222, 37) |
| HSL | hsl(55, 86%, 54%) |
| CMYK | cmyk(0%, 7%, 85%, 7%) |
| LAB | lab(87.3 -12.2 81.8) |
| LCH | lch(87.3 82.8 98.4) |
| OKLCH | oklch(0.886 0.180 104.0) |
Copy-ready code
/* CSS */
color: #eede25;
background-color: #eede25;
/* Tailwind (arbitrary) */
class="text-[#eede25] bg-[#eede25]"
/* SCSS */
$brand: #eede25;
/* SwiftUI */
Color(red: 0.933, green: 0.871, blue: 0.145)
/* Android */
Color.parseColor("#eede25")Accessibility — WCAG contrast
Aa
#eede25 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eede25 on black: 15.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green87.1%
Blue14.5%
CMYK percentages
Cyan0.0%
Magenta6.7%
Yellow84.5%
Key (black)6.7%
Color previews
#eede25 text on a black background
contrast 15.11:1
Card sample
#eede25 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eede25;
Background color
Panel with #eede25 background
background-color: #eede25;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eede25;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 222, 37, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 222, 37, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eede25; background: linear-gradient(135deg, #eede25, #78EE25);