#eaf2cd
a pale, vivid green · cool · closest name: beige
RGB
234, 242, 205
HSL
73°, 59%, 88%
CMYK
3, 0, 15, 5
Luminance
0.8540
Every format
| HEX | #eaf2cd |
| RGB | rgb(234, 242, 205) |
| HSL | hsl(73, 59%, 88%) |
| CMYK | cmyk(3%, 0%, 15%, 5%) |
| LAB | lab(94.1 -8.9 17.0) |
| LCH | lch(94.1 19.2 117.6) |
| OKLCH | oklch(0.946 0.049 117.3) |
Copy-ready code
/* CSS */
color: #eaf2cd;
background-color: #eaf2cd;
/* Tailwind (arbitrary) */
class="text-[#eaf2cd] bg-[#eaf2cd]"
/* SCSS */
$brand: #eaf2cd;
/* SwiftUI */
Color(red: 0.918, green: 0.949, blue: 0.804)
/* Android */
Color.parseColor("#eaf2cd")Accessibility — WCAG contrast
Aa
#eaf2cd on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eaf2cd on black: 18.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green94.9%
Blue80.4%
CMYK percentages
Cyan3.3%
Magenta0.0%
Yellow15.3%
Key (black)5.1%
Color previews
#eaf2cd text on a black background
contrast 18.08:1
Card sample
#eaf2cd text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eaf2cd;
Background color
Panel with #eaf2cd background
background-color: #eaf2cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eaf2cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 242, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 242, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eaf2cd; background: linear-gradient(135deg, #eaf2cd, #D1F2CD);