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