#eaf5cb
a pale, vivid green · cool · closest name: beige
RGB
234, 245, 203
HSL
76°, 68%, 88%
CMYK
5, 0, 17, 4
Luminance
0.8711
Every format
| HEX | #eaf5cb |
| RGB | rgb(234, 245, 203) |
| HSL | hsl(76, 68%, 88%) |
| CMYK | cmyk(5%, 0%, 17%, 4%) |
| LAB | lab(94.8 -10.7 19.0) |
| LCH | lch(94.8 21.8 119.3) |
| OKLCH | oklch(0.951 0.056 119.4) |
Copy-ready code
/* CSS */
color: #eaf5cb;
background-color: #eaf5cb;
/* Tailwind (arbitrary) */
class="text-[#eaf5cb] bg-[#eaf5cb]"
/* SCSS */
$brand: #eaf5cb;
/* SwiftUI */
Color(red: 0.918, green: 0.961, blue: 0.796)
/* Android */
Color.parseColor("#eaf5cb")Accessibility — WCAG contrast
Aa
#eaf5cb on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eaf5cb on black: 18.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green96.1%
Blue79.6%
CMYK percentages
Cyan4.5%
Magenta0.0%
Yellow17.1%
Key (black)3.9%
Color previews
#eaf5cb text on a black background
contrast 18.42:1
Card sample
#eaf5cb text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eaf5cb;
Background color
Panel with #eaf5cb background
background-color: #eaf5cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eaf5cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 245, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 245, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eaf5cb; background: linear-gradient(135deg, #eaf5cb, #CEF5CB);