#eafbcd
a pale, electric green · cool · closest name: beige
RGB
234, 251, 205
HSL
82°, 85%, 89%
CMYK
7, 0, 18, 2
Luminance
0.9089
Every format
| HEX | #eafbcd |
| RGB | rgb(234, 251, 205) |
| HSL | hsl(82, 85%, 89%) |
| CMYK | cmyk(7%, 0%, 18%, 2%) |
| LAB | lab(96.4 -13.3 20.2) |
| LCH | lch(96.4 24.2 123.4) |
| OKLCH | oklch(0.964 0.063 124.1) |
Copy-ready code
/* CSS */
color: #eafbcd;
background-color: #eafbcd;
/* Tailwind (arbitrary) */
class="text-[#eafbcd] bg-[#eafbcd]"
/* SCSS */
$brand: #eafbcd;
/* SwiftUI */
Color(red: 0.918, green: 0.984, blue: 0.804)
/* Android */
Color.parseColor("#eafbcd")Accessibility — WCAG contrast
Aa
#eafbcd on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eafbcd on black: 19.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green98.4%
Blue80.4%
CMYK percentages
Cyan6.8%
Magenta0.0%
Yellow18.3%
Key (black)1.6%
Color previews
#eafbcd text on a black background
contrast 19.18:1
Card sample
#eafbcd text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eafbcd;
Background color
Panel with #eafbcd background
background-color: #eafbcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eafbcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 251, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 251, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eafbcd; background: linear-gradient(135deg, #eafbcd, #CDFBCF);