#edeeaf
a light, vivid yellow · cool · closest name: khaki
RGB
237, 238, 175
HSL
61°, 65%, 81%
CMYK
0, 0, 27, 7
Luminance
0.8225
Every format
| HEX | #edeeaf |
| RGB | rgb(237, 238, 175) |
| HSL | hsl(61, 65%, 81%) |
| CMYK | cmyk(0%, 0%, 27%, 7%) |
| LAB | lab(92.7 -10.1 30.5) |
| LCH | lch(92.7 32.1 108.3) |
| OKLCH | oklch(0.933 0.081 108.6) |
Copy-ready code
/* CSS */
color: #edeeaf;
background-color: #edeeaf;
/* Tailwind (arbitrary) */
class="text-[#edeeaf] bg-[#edeeaf]"
/* SCSS */
$brand: #edeeaf;
/* SwiftUI */
Color(red: 0.929, green: 0.933, blue: 0.686)
/* Android */
Color.parseColor("#edeeaf")Accessibility — WCAG contrast
Aa
#edeeaf on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edeeaf on black: 17.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green93.3%
Blue68.6%
CMYK percentages
Cyan0.4%
Magenta0.0%
Yellow26.5%
Key (black)6.7%
Color previews
#edeeaf text on a black background
contrast 17.45:1
Card sample
#edeeaf text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edeeaf;
Background color
Panel with #edeeaf background
background-color: #edeeaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edeeaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 238, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 238, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edeeaf; background: linear-gradient(135deg, #edeeaf, #C3EEAF);