#ebfcf1
a pale, vivid green · cool · closest name: ivory
RGB
235, 252, 241
HSL
141°, 74%, 96%
CMYK
7, 0, 4, 1
Luminance
0.9363
Every format
| HEX | #ebfcf1 |
| RGB | rgb(235, 252, 241) |
| HSL | hsl(141, 74%, 96%) |
| CMYK | cmyk(7%, 0%, 4%, 1%) |
| LAB | lab(97.5 -7.5 3.4) |
| LCH | lch(97.5 8.3 156.0) |
| OKLCH | oklch(0.976 0.023 157.6) |
Copy-ready code
/* CSS */
color: #ebfcf1;
background-color: #ebfcf1;
/* Tailwind (arbitrary) */
class="text-[#ebfcf1] bg-[#ebfcf1]"
/* SCSS */
$brand: #ebfcf1;
/* SwiftUI */
Color(red: 0.922, green: 0.988, blue: 0.945)
/* Android */
Color.parseColor("#ebfcf1")Accessibility — WCAG contrast
Aa
#ebfcf1 on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebfcf1 on black: 19.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green98.8%
Blue94.5%
CMYK percentages
Cyan6.7%
Magenta0.0%
Yellow4.4%
Key (black)1.2%
Color previews
#ebfcf1 text on a black background
contrast 19.73:1
Card sample
#ebfcf1 text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebfcf1;
Background color
Panel with #ebfcf1 background
background-color: #ebfcf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebfcf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 252, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 252, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebfcf1; background: linear-gradient(135deg, #ebfcf1, #EBFCFC);