#ebf5db
a pale, vivid green · cool · closest name: beige
RGB
235, 245, 219
HSL
83°, 57%, 91%
CMYK
4, 0, 11, 4
Luminance
0.8808
Every format
| HEX | #ebf5db |
| RGB | rgb(235, 245, 219) |
| HSL | hsl(83, 57%, 91%) |
| CMYK | cmyk(4%, 0%, 11%, 4%) |
| LAB | lab(95.2 -7.8 11.4) |
| LCH | lch(95.2 13.8 124.4) |
| OKLCH | oklch(0.956 0.036 124.3) |
Copy-ready code
/* CSS */
color: #ebf5db;
background-color: #ebf5db;
/* Tailwind (arbitrary) */
class="text-[#ebf5db] bg-[#ebf5db]"
/* SCSS */
$brand: #ebf5db;
/* SwiftUI */
Color(red: 0.922, green: 0.961, blue: 0.859)
/* Android */
Color.parseColor("#ebf5db")Accessibility — WCAG contrast
Aa
#ebf5db on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebf5db on black: 18.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green96.1%
Blue85.9%
CMYK percentages
Cyan4.1%
Magenta0.0%
Yellow10.6%
Key (black)3.9%
Color previews
#ebf5db text on a black background
contrast 18.62:1
Card sample
#ebf5db text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebf5db;
Background color
Panel with #ebf5db background
background-color: #ebf5db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebf5db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 245, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 245, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebf5db; background: linear-gradient(135deg, #ebf5db, #DBF5DC);