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