#eaf5ce
a pale, vivid green · cool · closest name: beige
RGB
234, 245, 206
HSL
77°, 66%, 88%
CMYK
5, 0, 16, 4
Luminance
0.8725
Every format
| HEX | #eaf5ce |
| RGB | rgb(234, 245, 206) |
| HSL | hsl(77, 66%, 88%) |
| CMYK | cmyk(5%, 0%, 16%, 4%) |
| LAB | lab(94.8 -10.2 17.6) |
| LCH | lch(94.8 20.3 120.2) |
| OKLCH | oklch(0.952 0.052 120.2) |
Copy-ready code
/* CSS */
color: #eaf5ce;
background-color: #eaf5ce;
/* Tailwind (arbitrary) */
class="text-[#eaf5ce] bg-[#eaf5ce]"
/* SCSS */
$brand: #eaf5ce;
/* SwiftUI */
Color(red: 0.918, green: 0.961, blue: 0.808)
/* Android */
Color.parseColor("#eaf5ce")Accessibility — WCAG contrast
Aa
#eaf5ce on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eaf5ce on black: 18.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green96.1%
Blue80.8%
CMYK percentages
Cyan4.5%
Magenta0.0%
Yellow15.9%
Key (black)3.9%
Color previews
#eaf5ce text on a black background
contrast 18.45:1
Card sample
#eaf5ce text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eaf5ce;
Background color
Panel with #eaf5ce background
background-color: #eaf5ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eaf5ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 245, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 245, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eaf5ce; background: linear-gradient(135deg, #eaf5ce, #D0F5CE);