#ebf5e7
a pale, soft green · cool · closest name: ivory
RGB
235, 245, 231
HSL
103°, 41%, 93%
CMYK
4, 0, 6, 4
Luminance
0.8874
Every format
| HEX | #ebf5e7 |
| RGB | rgb(235, 245, 231) |
| HSL | hsl(103, 41%, 93%) |
| CMYK | cmyk(4%, 0%, 6%, 4%) |
| LAB | lab(95.5 -5.8 5.6) |
| LCH | lch(95.5 8.0 136.0) |
| OKLCH | oklch(0.959 0.021 136.6) |
Copy-ready code
/* CSS */
color: #ebf5e7;
background-color: #ebf5e7;
/* Tailwind (arbitrary) */
class="text-[#ebf5e7] bg-[#ebf5e7]"
/* SCSS */
$brand: #ebf5e7;
/* SwiftUI */
Color(red: 0.922, green: 0.961, blue: 0.906)
/* Android */
Color.parseColor("#ebf5e7")Accessibility — WCAG contrast
Aa
#ebf5e7 on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebf5e7 on black: 18.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green96.1%
Blue90.6%
CMYK percentages
Cyan4.1%
Magenta0.0%
Yellow5.7%
Key (black)3.9%
Color previews
#ebf5e7 text on a black background
contrast 18.75:1
Card sample
#ebf5e7 text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebf5e7;
Background color
Panel with #ebf5e7 background
background-color: #ebf5e7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebf5e7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 245, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 245, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebf5e7; background: linear-gradient(135deg, #ebf5e7, #E7F5EC);