#eddf95
a light, vivid yellow · cool · closest name: khaki
RGB
237, 223, 149
HSL
51°, 71%, 76%
CMYK
0, 6, 37, 7
Luminance
0.7295
Every format
| HEX | #eddf95 |
| RGB | rgb(237, 223, 149) |
| HSL | hsl(51, 71%, 76%) |
| CMYK | cmyk(0%, 6%, 37%, 7%) |
| LAB | lab(88.4 -5.7 38.0) |
| LCH | lch(88.4 38.4 98.5) |
| OKLCH | oklch(0.898 0.095 98.8) |
Copy-ready code
/* CSS */
color: #eddf95;
background-color: #eddf95;
/* Tailwind (arbitrary) */
class="text-[#eddf95] bg-[#eddf95]"
/* SCSS */
$brand: #eddf95;
/* SwiftUI */
Color(red: 0.929, green: 0.875, blue: 0.584)
/* Android */
Color.parseColor("#eddf95")Accessibility — WCAG contrast
Aa
#eddf95 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eddf95 on black: 15.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green87.5%
Blue58.4%
CMYK percentages
Cyan0.0%
Magenta5.9%
Yellow37.1%
Key (black)7.1%
Color previews
#eddf95 text on a black background
contrast 15.59:1
Card sample
#eddf95 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eddf95;
Background color
Panel with #eddf95 background
background-color: #eddf95;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eddf95;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 223, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 223, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eddf95; background: linear-gradient(135deg, #eddf95, #C0ED95);