#ebf6df
a pale, vivid green · cool · closest name: beige
RGB
235, 246, 223
HSL
89°, 56%, 92%
CMYK
5, 0, 9, 4
Luminance
0.8890
Every format
| HEX | #ebf6df |
| RGB | rgb(235, 246, 223) |
| HSL | hsl(89, 56%, 92%) |
| CMYK | cmyk(5%, 0%, 9%, 4%) |
| LAB | lab(95.5 -7.6 9.8) |
| LCH | lch(95.5 12.4 127.9) |
| OKLCH | oklch(0.959 0.033 128.0) |
Copy-ready code
/* CSS */
color: #ebf6df;
background-color: #ebf6df;
/* Tailwind (arbitrary) */
class="text-[#ebf6df] bg-[#ebf6df]"
/* SCSS */
$brand: #ebf6df;
/* SwiftUI */
Color(red: 0.922, green: 0.965, blue: 0.875)
/* Android */
Color.parseColor("#ebf6df")Accessibility — WCAG contrast
Aa
#ebf6df on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebf6df on black: 18.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green96.5%
Blue87.5%
CMYK percentages
Cyan4.5%
Magenta0.0%
Yellow9.3%
Key (black)3.5%
Color previews
#ebf6df text on a black background
contrast 18.78:1
Card sample
#ebf6df text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebf6df;
Background color
Panel with #ebf6df background
background-color: #ebf6df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebf6df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 246, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 246, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebf6df; background: linear-gradient(135deg, #ebf6df, #DFF6E2);