#dbf8e9
a pale, vivid green · cool · closest name: ivory
RGB
219, 248, 233
HSL
149°, 67%, 92%
CMYK
12, 0, 6, 3
Luminance
0.8808
Every format
| HEX | #dbf8e9 |
| RGB | rgb(219, 248, 233) |
| HSL | hsl(149, 67%, 92%) |
| CMYK | cmyk(12%, 0%, 6%, 3%) |
| LAB | lab(95.2 -12.2 4.0) |
| LCH | lch(95.2 12.8 161.7) |
| OKLCH | oklch(0.954 0.036 163.2) |
Copy-ready code
/* CSS */
color: #dbf8e9;
background-color: #dbf8e9;
/* Tailwind (arbitrary) */
class="text-[#dbf8e9] bg-[#dbf8e9]"
/* SCSS */
$brand: #dbf8e9;
/* SwiftUI */
Color(red: 0.859, green: 0.973, blue: 0.914)
/* Android */
Color.parseColor("#dbf8e9")Accessibility — WCAG contrast
Aa
#dbf8e9 on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbf8e9 on black: 18.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green97.3%
Blue91.4%
CMYK percentages
Cyan11.7%
Magenta0.0%
Yellow6.0%
Key (black)2.7%
Color previews
#dbf8e9 text on a black background
contrast 18.62:1
Card sample
#dbf8e9 text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbf8e9;
Background color
Panel with #dbf8e9 background
background-color: #dbf8e9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbf8e9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 248, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 248, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbf8e9; background: linear-gradient(135deg, #dbf8e9, #DBF4F8);