#edf4b0
a light, electric yellow · cool · closest name: khaki
RGB
237, 244, 176
HSL
66°, 76%, 82%
CMYK
3, 0, 28, 4
Luminance
0.8584
Every format
| HEX | #edf4b0 |
| RGB | rgb(237, 244, 176) |
| HSL | hsl(66, 76%, 82%) |
| CMYK | cmyk(3%, 0%, 28%, 4%) |
| LAB | lab(94.2 -12.9 32.1) |
| LCH | lch(94.2 34.6 111.9) |
| OKLCH | oklch(0.946 0.087 112.9) |
Copy-ready code
/* CSS */
color: #edf4b0;
background-color: #edf4b0;
/* Tailwind (arbitrary) */
class="text-[#edf4b0] bg-[#edf4b0]"
/* SCSS */
$brand: #edf4b0;
/* SwiftUI */
Color(red: 0.929, green: 0.957, blue: 0.690)
/* Android */
Color.parseColor("#edf4b0")Accessibility — WCAG contrast
Aa
#edf4b0 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edf4b0 on black: 18.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green95.7%
Blue69.0%
CMYK percentages
Cyan2.9%
Magenta0.0%
Yellow27.9%
Key (black)4.3%
Color previews
#edf4b0 text on a black background
contrast 18.17:1
Card sample
#edf4b0 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edf4b0;
Background color
Panel with #edf4b0 background
background-color: #edf4b0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edf4b0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 244, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 244, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edf4b0; background: linear-gradient(135deg, #edf4b0, #C0F4B0);