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