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