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