#eddf89
a light, vivid yellow · cool · closest name: khaki
RGB
237, 223, 137
HSL
52°, 74%, 73%
CMYK
0, 6, 42, 7
Luminance
0.7259
Every format
| HEX | #eddf89 |
| RGB | rgb(237, 223, 137) |
| HSL | hsl(52, 74%, 73%) |
| CMYK | cmyk(0%, 6%, 42%, 7%) |
| LAB | lab(88.3 -7.0 43.8) |
| LCH | lch(88.3 44.3 99.1) |
| OKLCH | oklch(0.896 0.108 100.2) |
Copy-ready code
/* CSS */
color: #eddf89;
background-color: #eddf89;
/* Tailwind (arbitrary) */
class="text-[#eddf89] bg-[#eddf89]"
/* SCSS */
$brand: #eddf89;
/* SwiftUI */
Color(red: 0.929, green: 0.875, blue: 0.537)
/* Android */
Color.parseColor("#eddf89")Accessibility — WCAG contrast
Aa
#eddf89 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eddf89 on black: 15.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green87.5%
Blue53.7%
CMYK percentages
Cyan0.0%
Magenta5.9%
Yellow42.2%
Key (black)7.1%
Color previews
#eddf89 text on a black background
contrast 15.52:1
Card sample
#eddf89 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eddf89;
Background color
Panel with #eddf89 background
background-color: #eddf89;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eddf89;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 223, 137, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 223, 137, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eddf89; background: linear-gradient(135deg, #eddf89, #B8ED89);