#ebfceb
a pale, vivid green · cool · closest name: ivory
RGB
235, 252, 235
HSL
120°, 74%, 96%
CMYK
7, 0, 7, 1
Luminance
0.9328
Every format
| HEX | #ebfceb |
| RGB | rgb(235, 252, 235) |
| HSL | hsl(120, 74%, 96%) |
| CMYK | cmyk(7%, 0%, 7%, 1%) |
| LAB | lab(97.3 -8.6 6.2) |
| LCH | lch(97.3 10.6 144.0) |
| OKLCH | oklch(0.974 0.029 145.4) |
Copy-ready code
/* CSS */
color: #ebfceb;
background-color: #ebfceb;
/* Tailwind (arbitrary) */
class="text-[#ebfceb] bg-[#ebfceb]"
/* SCSS */
$brand: #ebfceb;
/* SwiftUI */
Color(red: 0.922, green: 0.988, blue: 0.922)
/* Android */
Color.parseColor("#ebfceb")Accessibility — WCAG contrast
Aa
#ebfceb on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebfceb on black: 19.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green98.8%
Blue92.2%
CMYK percentages
Cyan6.7%
Magenta0.0%
Yellow6.7%
Key (black)1.2%
Color previews
#ebfceb text on a black background
contrast 19.66:1
Card sample
#ebfceb text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebfceb;
Background color
Panel with #ebfceb background
background-color: #ebfceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebfceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 252, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 252, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebfceb; background: linear-gradient(135deg, #ebfceb, #EBFCF6);