#eaf6cb
a pale, vivid green · cool · closest name: beige
RGB
234, 246, 203
HSL
77°, 71%, 88%
CMYK
5, 0, 18, 4
Luminance
0.8772
Every format
| HEX | #eaf6cb |
| RGB | rgb(234, 246, 203) |
| HSL | hsl(77, 71%, 88%) |
| CMYK | cmyk(5%, 0%, 18%, 4%) |
| LAB | lab(95.0 -11.2 19.4) |
| LCH | lch(95.0 22.4 120.0) |
| OKLCH | oklch(0.953 0.058 120.2) |
Copy-ready code
/* CSS */
color: #eaf6cb;
background-color: #eaf6cb;
/* Tailwind (arbitrary) */
class="text-[#eaf6cb] bg-[#eaf6cb]"
/* SCSS */
$brand: #eaf6cb;
/* SwiftUI */
Color(red: 0.918, green: 0.965, blue: 0.796)
/* Android */
Color.parseColor("#eaf6cb")Accessibility — WCAG contrast
Aa
#eaf6cb on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eaf6cb on black: 18.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green96.5%
Blue79.6%
CMYK percentages
Cyan4.9%
Magenta0.0%
Yellow17.5%
Key (black)3.5%
Color previews
#eaf6cb text on a black background
contrast 18.54:1
Card sample
#eaf6cb text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eaf6cb;
Background color
Panel with #eaf6cb background
background-color: #eaf6cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eaf6cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 246, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 246, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eaf6cb; background: linear-gradient(135deg, #eaf6cb, #CDF6CB);