#ebfce2
a pale, electric green · cool · closest name: beige
RGB
235, 252, 226
HSL
99°, 81%, 94%
CMYK
7, 0, 10, 1
Luminance
0.9277
Every format
| HEX | #ebfce2 |
| RGB | rgb(235, 252, 226) |
| HSL | hsl(99, 81%, 94%) |
| CMYK | cmyk(7%, 0%, 10%, 1%) |
| LAB | lab(97.1 -10.1 10.6) |
| LCH | lch(97.1 14.6 133.8) |
| OKLCH | oklch(0.972 0.039 134.6) |
Copy-ready code
/* CSS */
color: #ebfce2;
background-color: #ebfce2;
/* Tailwind (arbitrary) */
class="text-[#ebfce2] bg-[#ebfce2]"
/* SCSS */
$brand: #ebfce2;
/* SwiftUI */
Color(red: 0.922, green: 0.988, blue: 0.886)
/* Android */
Color.parseColor("#ebfce2")Accessibility — WCAG contrast
Aa
#ebfce2 on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebfce2 on black: 19.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green98.8%
Blue88.6%
CMYK percentages
Cyan6.7%
Magenta0.0%
Yellow10.3%
Key (black)1.2%
Color previews
#ebfce2 text on a black background
contrast 19.55:1
Card sample
#ebfce2 text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebfce2;
Background color
Panel with #ebfce2 background
background-color: #ebfce2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebfce2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 252, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 252, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebfce2; background: linear-gradient(135deg, #ebfce2, #E2FCEA);