#ebf2eb
a pale, soft green · cool · closest name: ivory
RGB
235, 242, 235
HSL
120°, 21%, 94%
CMYK
3, 0, 3, 5
Luminance
0.8716
Every format
| HEX | #ebf2eb |
| RGB | rgb(235, 242, 235) |
| HSL | hsl(120, 21%, 94%) |
| CMYK | cmyk(3%, 0%, 3%, 5%) |
| LAB | lab(94.8 -3.6 2.6) |
| LCH | lch(94.8 4.4 144.3) |
| OKLCH | oklch(0.954 0.012 145.5) |
Copy-ready code
/* CSS */
color: #ebf2eb;
background-color: #ebf2eb;
/* Tailwind (arbitrary) */
class="text-[#ebf2eb] bg-[#ebf2eb]"
/* SCSS */
$brand: #ebf2eb;
/* SwiftUI */
Color(red: 0.922, green: 0.949, blue: 0.922)
/* Android */
Color.parseColor("#ebf2eb")Accessibility — WCAG contrast
Aa
#ebf2eb on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebf2eb on black: 18.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green94.9%
Blue92.2%
CMYK percentages
Cyan2.9%
Magenta0.0%
Yellow2.9%
Key (black)5.1%
Color previews
#ebf2eb text on a black background
contrast 18.43:1
Card sample
#ebf2eb text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebf2eb;
Background color
Panel with #ebf2eb background
background-color: #ebf2eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebf2eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 242, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 242, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebf2eb; background: linear-gradient(135deg, #ebf2eb, #EBF2F0);