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