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