#ebfaf1
a pale, vivid green · cool · closest name: ivory
RGB
235, 250, 241
HSL
144°, 60%, 95%
CMYK
6, 0, 4, 2
Luminance
0.9238
Every format
| HEX | #ebfaf1 |
| RGB | rgb(235, 250, 241) |
| HSL | hsl(144, 60%, 95%) |
| CMYK | cmyk(6%, 0%, 4%, 2%) |
| LAB | lab(97.0 -6.5 2.6) |
| LCH | lch(97.0 7.0 158.1) |
| OKLCH | oklch(0.972 0.020 159.8) |
Copy-ready code
/* CSS */
color: #ebfaf1;
background-color: #ebfaf1;
/* Tailwind (arbitrary) */
class="text-[#ebfaf1] bg-[#ebfaf1]"
/* SCSS */
$brand: #ebfaf1;
/* SwiftUI */
Color(red: 0.922, green: 0.980, blue: 0.945)
/* Android */
Color.parseColor("#ebfaf1")Accessibility — WCAG contrast
Aa
#ebfaf1 on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebfaf1 on black: 19.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green98.0%
Blue94.5%
CMYK percentages
Cyan6.0%
Magenta0.0%
Yellow3.6%
Key (black)2.0%
Color previews
#ebfaf1 text on a black background
contrast 19.48:1
Card sample
#ebfaf1 text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebfaf1;
Background color
Panel with #ebfaf1 background
background-color: #ebfaf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebfaf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 250, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 250, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebfaf1; background: linear-gradient(135deg, #ebfaf1, #EBF9FA);