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