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