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