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