#ebfbf2
a pale, vivid green · cool · closest name: ivory
RGB
235, 251, 242
HSL
146°, 67%, 95%
CMYK
6, 0, 4, 2
Luminance
0.9307
Every format
| HEX | #ebfbf2 |
| RGB | rgb(235, 251, 242) |
| HSL | hsl(146, 67%, 95%) |
| CMYK | cmyk(6%, 0%, 4%, 2%) |
| LAB | lab(97.3 -6.9 2.5) |
| LCH | lch(97.3 7.3 160.0) |
| OKLCH | oklch(0.974 0.021 161.5) |
Copy-ready code
/* CSS */
color: #ebfbf2;
background-color: #ebfbf2;
/* Tailwind (arbitrary) */
class="text-[#ebfbf2] bg-[#ebfbf2]"
/* SCSS */
$brand: #ebfbf2;
/* SwiftUI */
Color(red: 0.922, green: 0.984, blue: 0.949)
/* Android */
Color.parseColor("#ebfbf2")Accessibility — WCAG contrast
Aa
#ebfbf2 on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebfbf2 on black: 19.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green98.4%
Blue94.9%
CMYK percentages
Cyan6.4%
Magenta0.0%
Yellow3.6%
Key (black)1.6%
Color previews
#ebfbf2 text on a black background
contrast 19.61:1
Card sample
#ebfbf2 text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebfbf2;
Background color
Panel with #ebfbf2 background
background-color: #ebfbf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebfbf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 251, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 251, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebfbf2; background: linear-gradient(135deg, #ebfbf2, #EBF9FB);