#eed274
a light, electric yellow · cool · closest name: khaki
RGB
238, 210, 116
HSL
46°, 78%, 69%
CMYK
0, 12, 51, 7
Luminance
0.6553
Every format
| HEX | #eed274 |
| RGB | rgb(238, 210, 116) |
| HSL | hsl(46, 78%, 69%) |
| CMYK | cmyk(0%, 12%, 51%, 7%) |
| LAB | lab(84.8 -1.9 49.8) |
| LCH | lch(84.8 49.8 92.2) |
| OKLCH | oklch(0.868 0.118 93.2) |
Copy-ready code
/* CSS */
color: #eed274;
background-color: #eed274;
/* Tailwind (arbitrary) */
class="text-[#eed274] bg-[#eed274]"
/* SCSS */
$brand: #eed274;
/* SwiftUI */
Color(red: 0.933, green: 0.824, blue: 0.455)
/* Android */
Color.parseColor("#eed274")Accessibility — WCAG contrast
Aa
#eed274 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eed274 on black: 14.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green82.4%
Blue45.5%
CMYK percentages
Cyan0.0%
Magenta11.8%
Yellow51.3%
Key (black)6.7%
Color previews
#eed274 text on a black background
contrast 14.11:1
Card sample
#eed274 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eed274;
Background color
Panel with #eed274 background
background-color: #eed274;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eed274;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 210, 116, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 210, 116, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eed274; background: linear-gradient(135deg, #eed274, #B9EE74);