#ebf5eb
a pale, soft green · cool · closest name: ivory
RGB
235, 245, 235
HSL
120°, 33%, 94%
CMYK
4, 0, 4, 4
Luminance
0.8897
Every format
| HEX | #ebf5eb |
| RGB | rgb(235, 245, 235) |
| HSL | hsl(120, 33%, 94%) |
| CMYK | cmyk(4%, 0%, 4%, 4%) |
| LAB | lab(95.6 -5.1 3.7) |
| LCH | lch(95.6 6.3 144.2) |
| OKLCH | oklch(0.960 0.017 145.4) |
Copy-ready code
/* CSS */
color: #ebf5eb;
background-color: #ebf5eb;
/* Tailwind (arbitrary) */
class="text-[#ebf5eb] bg-[#ebf5eb]"
/* SCSS */
$brand: #ebf5eb;
/* SwiftUI */
Color(red: 0.922, green: 0.961, blue: 0.922)
/* Android */
Color.parseColor("#ebf5eb")Accessibility — WCAG contrast
Aa
#ebf5eb on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebf5eb on black: 18.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green96.1%
Blue92.2%
CMYK percentages
Cyan4.1%
Magenta0.0%
Yellow4.1%
Key (black)3.9%
Color previews
#ebf5eb text on a black background
contrast 18.79:1
Card sample
#ebf5eb text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebf5eb;
Background color
Panel with #ebf5eb background
background-color: #ebf5eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebf5eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 245, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 245, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebf5eb; background: linear-gradient(135deg, #ebf5eb, #EBF5F2);