#eaf0cd
a pale, vivid green · cool · closest name: beige
RGB
234, 240, 205
HSL
70°, 54%, 87%
CMYK
3, 0, 15, 6
Luminance
0.8422
Every format
| HEX | #eaf0cd |
| RGB | rgb(234, 240, 205) |
| HSL | hsl(70, 54%, 87%) |
| CMYK | cmyk(3%, 0%, 15%, 6%) |
| LAB | lab(93.5 -7.9 16.3) |
| LCH | lch(93.5 18.1 115.8) |
| OKLCH | oklch(0.942 0.046 115.2) |
Copy-ready code
/* CSS */
color: #eaf0cd;
background-color: #eaf0cd;
/* Tailwind (arbitrary) */
class="text-[#eaf0cd] bg-[#eaf0cd]"
/* SCSS */
$brand: #eaf0cd;
/* SwiftUI */
Color(red: 0.918, green: 0.941, blue: 0.804)
/* Android */
Color.parseColor("#eaf0cd")Accessibility — WCAG contrast
Aa
#eaf0cd on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eaf0cd on black: 17.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green94.1%
Blue80.4%
CMYK percentages
Cyan2.5%
Magenta0.0%
Yellow14.6%
Key (black)5.9%
Color previews
#eaf0cd text on a black background
contrast 17.84:1
Card sample
#eaf0cd text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eaf0cd;
Background color
Panel with #eaf0cd background
background-color: #eaf0cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eaf0cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 240, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 240, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eaf0cd; background: linear-gradient(135deg, #eaf0cd, #D3F0CD);