#edf5b7
a light, electric yellow · cool · closest name: khaki
RGB
237, 245, 183
HSL
68°, 76%, 84%
CMYK
3, 0, 25, 4
Luminance
0.8673
Every format
| HEX | #edf5b7 |
| RGB | rgb(237, 245, 183) |
| HSL | hsl(68, 76%, 84%) |
| CMYK | cmyk(3%, 0%, 25%, 4%) |
| LAB | lab(94.6 -12.5 29.1) |
| LCH | lch(94.6 31.6 113.3) |
| OKLCH | oklch(0.949 0.080 113.9) |
Copy-ready code
/* CSS */
color: #edf5b7;
background-color: #edf5b7;
/* Tailwind (arbitrary) */
class="text-[#edf5b7] bg-[#edf5b7]"
/* SCSS */
$brand: #edf5b7;
/* SwiftUI */
Color(red: 0.929, green: 0.961, blue: 0.718)
/* Android */
Color.parseColor("#edf5b7")Accessibility — WCAG contrast
Aa
#edf5b7 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edf5b7 on black: 18.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green96.1%
Blue71.8%
CMYK percentages
Cyan3.3%
Magenta0.0%
Yellow25.3%
Key (black)3.9%
Color previews
#edf5b7 text on a black background
contrast 18.35:1
Card sample
#edf5b7 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edf5b7;
Background color
Panel with #edf5b7 background
background-color: #edf5b7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edf5b7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 245, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 245, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edf5b7; background: linear-gradient(135deg, #edf5b7, #C4F5B7);