#eaefd6
a pale, soft green · cool · closest name: beige
RGB
234, 239, 214
HSL
72°, 44%, 89%
CMYK
2, 0, 11, 6
Luminance
0.8408
Every format
| HEX | #eaefd6 |
| RGB | rgb(234, 239, 214) |
| HSL | hsl(72, 44%, 89%) |
| CMYK | cmyk(2%, 0%, 11%, 6%) |
| LAB | lab(93.5 -5.9 11.5) |
| LCH | lch(93.5 13.0 117.3) |
| OKLCH | oklch(0.942 0.033 116.2) |
Copy-ready code
/* CSS */
color: #eaefd6;
background-color: #eaefd6;
/* Tailwind (arbitrary) */
class="text-[#eaefd6] bg-[#eaefd6]"
/* SCSS */
$brand: #eaefd6;
/* SwiftUI */
Color(red: 0.918, green: 0.937, blue: 0.839)
/* Android */
Color.parseColor("#eaefd6")Accessibility — WCAG contrast
Aa
#eaefd6 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eaefd6 on black: 17.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green93.7%
Blue83.9%
CMYK percentages
Cyan2.1%
Magenta0.0%
Yellow10.5%
Key (black)6.3%
Color previews
#eaefd6 text on a black background
contrast 17.82:1
Card sample
#eaefd6 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eaefd6;
Background color
Panel with #eaefd6 background
background-color: #eaefd6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eaefd6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 239, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 239, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eaefd6; background: linear-gradient(135deg, #eaefd6, #D9EFD6);