#ebf2db
a pale, vivid green · cool · closest name: beige
RGB
235, 242, 219
HSL
78°, 47%, 90%
CMYK
3, 0, 10, 5
Luminance
0.8628
Every format
| HEX | #ebf2db |
| RGB | rgb(235, 242, 219) |
| HSL | hsl(78, 47%, 90%) |
| CMYK | cmyk(3%, 0%, 10%, 5%) |
| LAB | lab(94.4 -6.3 10.3) |
| LCH | lch(94.4 12.1 121.4) |
| OKLCH | oklch(0.950 0.031 120.8) |
Copy-ready code
/* CSS */
color: #ebf2db;
background-color: #ebf2db;
/* Tailwind (arbitrary) */
class="text-[#ebf2db] bg-[#ebf2db]"
/* SCSS */
$brand: #ebf2db;
/* SwiftUI */
Color(red: 0.922, green: 0.949, blue: 0.859)
/* Android */
Color.parseColor("#ebf2db")Accessibility — WCAG contrast
Aa
#ebf2db on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebf2db on black: 18.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green94.9%
Blue85.9%
CMYK percentages
Cyan2.9%
Magenta0.0%
Yellow9.5%
Key (black)5.1%
Color previews
#ebf2db text on a black background
contrast 18.26:1
Card sample
#ebf2db text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebf2db;
Background color
Panel with #ebf2db background
background-color: #ebf2db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebf2db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 242, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 242, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebf2db; background: linear-gradient(135deg, #ebf2db, #DCF2DB);