#ebf3eb
a pale, soft green · cool · closest name: ivory
RGB
235, 243, 235
HSL
120°, 25%, 94%
CMYK
3, 0, 3, 5
Luminance
0.8776
Every format
| HEX | #ebf3eb |
| RGB | rgb(235, 243, 235) |
| HSL | hsl(120, 25%, 94%) |
| CMYK | cmyk(3%, 0%, 3%, 5%) |
| LAB | lab(95.1 -4.1 2.9) |
| LCH | lch(95.1 5.0 144.2) |
| OKLCH | oklch(0.956 0.014 145.5) |
Copy-ready code
/* CSS */
color: #ebf3eb;
background-color: #ebf3eb;
/* Tailwind (arbitrary) */
class="text-[#ebf3eb] bg-[#ebf3eb]"
/* SCSS */
$brand: #ebf3eb;
/* SwiftUI */
Color(red: 0.922, green: 0.953, blue: 0.922)
/* Android */
Color.parseColor("#ebf3eb")Accessibility — WCAG contrast
Aa
#ebf3eb on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebf3eb on black: 18.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green95.3%
Blue92.2%
CMYK percentages
Cyan3.3%
Magenta0.0%
Yellow3.3%
Key (black)4.7%
Color previews
#ebf3eb text on a black background
contrast 18.55:1
Card sample
#ebf3eb text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebf3eb;
Background color
Panel with #ebf3eb background
background-color: #ebf3eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebf3eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 243, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 243, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebf3eb; background: linear-gradient(135deg, #ebf3eb, #EBF3F0);