#ebf4df
a pale, vivid green · cool · closest name: beige
RGB
235, 244, 223
HSL
86°, 49%, 92%
CMYK
4, 0, 9, 4
Luminance
0.8769
Every format
| HEX | #ebf4df |
| RGB | rgb(235, 244, 223) |
| HSL | hsl(86, 49%, 92%) |
| CMYK | cmyk(4%, 0%, 9%, 4%) |
| LAB | lab(95.0 -6.6 9.1) |
| LCH | lch(95.0 11.3 126.1) |
| OKLCH | oklch(0.955 0.029 126.0) |
Copy-ready code
/* CSS */
color: #ebf4df;
background-color: #ebf4df;
/* Tailwind (arbitrary) */
class="text-[#ebf4df] bg-[#ebf4df]"
/* SCSS */
$brand: #ebf4df;
/* SwiftUI */
Color(red: 0.922, green: 0.957, blue: 0.875)
/* Android */
Color.parseColor("#ebf4df")Accessibility — WCAG contrast
Aa
#ebf4df on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebf4df on black: 18.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green95.7%
Blue87.5%
CMYK percentages
Cyan3.7%
Magenta0.0%
Yellow8.6%
Key (black)4.3%
Color previews
#ebf4df text on a black background
contrast 18.54:1
Card sample
#ebf4df text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebf4df;
Background color
Panel with #ebf4df background
background-color: #ebf4df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebf4df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 244, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 244, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebf4df; background: linear-gradient(135deg, #ebf4df, #DFF4E1);