#edf2ba
a light, vivid yellow · cool · closest name: beige
RGB
237, 242, 186
HSL
65°, 68%, 84%
CMYK
2, 0, 23, 5
Luminance
0.8505
Every format
| HEX | #edf2ba |
| RGB | rgb(237, 242, 186) |
| HSL | hsl(65, 68%, 84%) |
| CMYK | cmyk(2%, 0%, 23%, 5%) |
| LAB | lab(93.9 -10.6 26.6) |
| LCH | lch(93.9 28.6 111.7) |
| OKLCH | oklch(0.944 0.073 111.9) |
Copy-ready code
/* CSS */
color: #edf2ba;
background-color: #edf2ba;
/* Tailwind (arbitrary) */
class="text-[#edf2ba] bg-[#edf2ba]"
/* SCSS */
$brand: #edf2ba;
/* SwiftUI */
Color(red: 0.929, green: 0.949, blue: 0.729)
/* Android */
Color.parseColor("#edf2ba")Accessibility — WCAG contrast
Aa
#edf2ba on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edf2ba on black: 18.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green94.9%
Blue72.9%
CMYK percentages
Cyan2.1%
Magenta0.0%
Yellow23.1%
Key (black)5.1%
Color previews
#edf2ba text on a black background
contrast 18.01:1
Card sample
#edf2ba text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edf2ba;
Background color
Panel with #edf2ba background
background-color: #edf2ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edf2ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 242, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 242, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edf2ba; background: linear-gradient(135deg, #edf2ba, #C8F2BA);