#ebf7df
a pale, vivid green · cool · closest name: beige
RGB
235, 247, 223
HSL
90°, 60%, 92%
CMYK
5, 0, 10, 3
Luminance
0.8951
Every format
| HEX | #ebf7df |
| RGB | rgb(235, 247, 223) |
| HSL | hsl(90, 60%, 92%) |
| CMYK | cmyk(5%, 0%, 10%, 3%) |
| LAB | lab(95.8 -8.1 10.2) |
| LCH | lch(95.8 13.0 128.6) |
| OKLCH | oklch(0.961 0.034 128.9) |
Copy-ready code
/* CSS */
color: #ebf7df;
background-color: #ebf7df;
/* Tailwind (arbitrary) */
class="text-[#ebf7df] bg-[#ebf7df]"
/* SCSS */
$brand: #ebf7df;
/* SwiftUI */
Color(red: 0.922, green: 0.969, blue: 0.875)
/* Android */
Color.parseColor("#ebf7df")Accessibility — WCAG contrast
Aa
#ebf7df on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebf7df on black: 18.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green96.9%
Blue87.5%
CMYK percentages
Cyan4.9%
Magenta0.0%
Yellow9.7%
Key (black)3.1%
Color previews
#ebf7df text on a black background
contrast 18.90:1
Card sample
#ebf7df text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebf7df;
Background color
Panel with #ebf7df background
background-color: #ebf7df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebf7df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 247, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 247, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebf7df; background: linear-gradient(135deg, #ebf7df, #DFF7E3);