#dbf5e8
a pale, vivid green · cool · closest name: ivory
RGB
219, 245, 232
HSL
150°, 57%, 91%
CMYK
11, 0, 5, 4
Luminance
0.8619
Every format
| HEX | #dbf5e8 |
| RGB | rgb(219, 245, 232) |
| HSL | hsl(150, 57%, 91%) |
| CMYK | cmyk(11%, 0%, 5%, 4%) |
| LAB | lab(94.4 -10.9 3.4) |
| LCH | lch(94.4 11.4 162.7) |
| OKLCH | oklch(0.948 0.032 164.2) |
Copy-ready code
/* CSS */
color: #dbf5e8;
background-color: #dbf5e8;
/* Tailwind (arbitrary) */
class="text-[#dbf5e8] bg-[#dbf5e8]"
/* SCSS */
$brand: #dbf5e8;
/* SwiftUI */
Color(red: 0.859, green: 0.961, blue: 0.910)
/* Android */
Color.parseColor("#dbf5e8")Accessibility — WCAG contrast
Aa
#dbf5e8 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbf5e8 on black: 18.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green96.1%
Blue91.0%
CMYK percentages
Cyan10.6%
Magenta0.0%
Yellow5.3%
Key (black)3.9%
Color previews
#dbf5e8 text on a black background
contrast 18.24:1
Card sample
#dbf5e8 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbf5e8;
Background color
Panel with #dbf5e8 background
background-color: #dbf5e8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbf5e8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 245, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 245, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbf5e8; background: linear-gradient(135deg, #dbf5e8, #DBF1F5);