#ebf8dd
a pale, vivid green · cool · closest name: beige
RGB
235, 248, 221
HSL
89°, 66%, 92%
CMYK
5, 0, 11, 3
Luminance
0.9002
Every format
| HEX | #ebf8dd |
| RGB | rgb(235, 248, 221) |
| HSL | hsl(89, 66%, 92%) |
| CMYK | cmyk(5%, 0%, 11%, 3%) |
| LAB | lab(96.0 -9.0 11.5) |
| LCH | lch(96.0 14.6 127.9) |
| OKLCH | oklch(0.962 0.038 128.2) |
Copy-ready code
/* CSS */
color: #ebf8dd;
background-color: #ebf8dd;
/* Tailwind (arbitrary) */
class="text-[#ebf8dd] bg-[#ebf8dd]"
/* SCSS */
$brand: #ebf8dd;
/* SwiftUI */
Color(red: 0.922, green: 0.973, blue: 0.867)
/* Android */
Color.parseColor("#ebf8dd")Accessibility — WCAG contrast
Aa
#ebf8dd on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebf8dd on black: 19.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green97.3%
Blue86.7%
CMYK percentages
Cyan5.2%
Magenta0.0%
Yellow10.9%
Key (black)2.7%
Color previews
#ebf8dd text on a black background
contrast 19.00:1
Card sample
#ebf8dd text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebf8dd;
Background color
Panel with #ebf8dd background
background-color: #ebf8dd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebf8dd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 248, 221, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 248, 221, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebf8dd; background: linear-gradient(135deg, #ebf8dd, #DDF8E1);