#ebfae2
a pale, vivid green · cool · closest name: beige
RGB
235, 250, 226
HSL
98°, 71%, 93%
CMYK
6, 0, 10, 2
Luminance
0.9152
Every format
| HEX | #ebfae2 |
| RGB | rgb(235, 250, 226) |
| HSL | hsl(98, 71%, 93%) |
| CMYK | cmyk(6%, 0%, 10%, 2%) |
| LAB | lab(96.6 -9.1 9.8) |
| LCH | lch(96.6 13.4 132.9) |
| OKLCH | oklch(0.968 0.035 133.5) |
Copy-ready code
/* CSS */
color: #ebfae2;
background-color: #ebfae2;
/* Tailwind (arbitrary) */
class="text-[#ebfae2] bg-[#ebfae2]"
/* SCSS */
$brand: #ebfae2;
/* SwiftUI */
Color(red: 0.922, green: 0.980, blue: 0.886)
/* Android */
Color.parseColor("#ebfae2")Accessibility — WCAG contrast
Aa
#ebfae2 on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebfae2 on black: 19.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green98.0%
Blue88.6%
CMYK percentages
Cyan6.0%
Magenta0.0%
Yellow9.6%
Key (black)2.0%
Color previews
#ebfae2 text on a black background
contrast 19.30:1
Card sample
#ebfae2 text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebfae2;
Background color
Panel with #ebfae2 background
background-color: #ebfae2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebfae2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 250, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 250, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebfae2; background: linear-gradient(135deg, #ebfae2, #E2FAE9);