#ebf5d6
a pale, vivid green · cool · closest name: beige
RGB
235, 245, 214
HSL
79°, 61%, 90%
CMYK
4, 0, 13, 4
Luminance
0.8782
Every format
| HEX | #ebf5d6 |
| RGB | rgb(235, 245, 214) |
| HSL | hsl(79, 61%, 90%) |
| CMYK | cmyk(4%, 0%, 13%, 4%) |
| LAB | lab(95.1 -8.6 13.8) |
| LCH | lch(95.1 16.3 121.9) |
| OKLCH | oklch(0.955 0.042 121.8) |
Copy-ready code
/* CSS */
color: #ebf5d6;
background-color: #ebf5d6;
/* Tailwind (arbitrary) */
class="text-[#ebf5d6] bg-[#ebf5d6]"
/* SCSS */
$brand: #ebf5d6;
/* SwiftUI */
Color(red: 0.922, green: 0.961, blue: 0.839)
/* Android */
Color.parseColor("#ebf5d6")Accessibility — WCAG contrast
Aa
#ebf5d6 on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebf5d6 on black: 18.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green96.1%
Blue83.9%
CMYK percentages
Cyan4.1%
Magenta0.0%
Yellow12.7%
Key (black)3.9%
Color previews
#ebf5d6 text on a black background
contrast 18.56:1
Card sample
#ebf5d6 text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebf5d6;
Background color
Panel with #ebf5d6 background
background-color: #ebf5d6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebf5d6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 245, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 245, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebf5d6; background: linear-gradient(135deg, #ebf5d6, #D6F5D6);