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