#edeb74
a light, electric yellow · cool · closest name: khaki
RGB
237, 235, 116
HSL
59°, 77%, 69%
CMYK
0, 1, 51, 7
Luminance
0.7868
Every format
| HEX | #edeb74 |
| RGB | rgb(237, 235, 116) |
| HSL | hsl(59, 77%, 69%) |
| CMYK | cmyk(0%, 1%, 51%, 7%) |
| LAB | lab(91.1 -14.9 57.3) |
| LCH | lch(91.1 59.1 104.6) |
| OKLCH | oklch(0.918 0.141 108.0) |
Copy-ready code
/* CSS */
color: #edeb74;
background-color: #edeb74;
/* Tailwind (arbitrary) */
class="text-[#edeb74] bg-[#edeb74]"
/* SCSS */
$brand: #edeb74;
/* SwiftUI */
Color(red: 0.929, green: 0.922, blue: 0.455)
/* Android */
Color.parseColor("#edeb74")Accessibility — WCAG contrast
Aa
#edeb74 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edeb74 on black: 16.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green92.2%
Blue45.5%
CMYK percentages
Cyan0.0%
Magenta0.8%
Yellow51.1%
Key (black)7.1%
Color previews
#edeb74 text on a black background
contrast 16.74:1
Card sample
#edeb74 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edeb74;
Background color
Panel with #edeb74 background
background-color: #edeb74;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edeb74;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 235, 116, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 235, 116, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edeb74; background: linear-gradient(135deg, #edeb74, #9EED74);