#eed233
a balanced, electric yellow · cool · closest name: gold
RGB
238, 210, 51
HSL
51°, 85%, 57%
CMYK
0, 12, 79, 7
Luminance
0.6451
Every format
| HEX | #eed233 |
| RGB | rgb(238, 210, 51) |
| HSL | hsl(51, 85%, 57%) |
| CMYK | cmyk(0%, 12%, 79%, 7%) |
| LAB | lab(84.2 -5.7 75.7) |
| LCH | lch(84.2 75.9 94.3) |
| OKLCH | oklch(0.862 0.166 98.5) |
Copy-ready code
/* CSS */
color: #eed233;
background-color: #eed233;
/* Tailwind (arbitrary) */
class="text-[#eed233] bg-[#eed233]"
/* SCSS */
$brand: #eed233;
/* SwiftUI */
Color(red: 0.933, green: 0.824, blue: 0.200)
/* Android */
Color.parseColor("#eed233")Accessibility — WCAG contrast
Aa
#eed233 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eed233 on black: 13.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green82.4%
Blue20.0%
CMYK percentages
Cyan0.0%
Magenta11.8%
Yellow78.6%
Key (black)6.7%
Color previews
#eed233 text on a black background
contrast 13.90:1
Card sample
#eed233 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eed233;
Background color
Panel with #eed233 background
background-color: #eed233;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eed233;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 210, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 210, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eed233; background: linear-gradient(135deg, #eed233, #8DEE33);