#dbf8cb
a pale, electric green · cool · closest name: beige
RGB
219, 248, 203
HSL
99°, 76%, 88%
CMYK
12, 0, 18, 3
Luminance
0.8651
Every format
| HEX | #dbf8cb |
| RGB | rgb(219, 248, 203) |
| HSL | hsl(99, 76%, 88%) |
| CMYK | cmyk(12%, 0%, 18%, 3%) |
| LAB | lab(94.5 -17.4 18.5) |
| LCH | lch(94.5 25.4 133.1) |
| OKLCH | oklch(0.947 0.067 134.4) |
Copy-ready code
/* CSS */
color: #dbf8cb;
background-color: #dbf8cb;
/* Tailwind (arbitrary) */
class="text-[#dbf8cb] bg-[#dbf8cb]"
/* SCSS */
$brand: #dbf8cb;
/* SwiftUI */
Color(red: 0.859, green: 0.973, blue: 0.796)
/* Android */
Color.parseColor("#dbf8cb")Accessibility — WCAG contrast
Aa
#dbf8cb on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbf8cb on black: 18.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green97.3%
Blue79.6%
CMYK percentages
Cyan11.7%
Magenta0.0%
Yellow18.1%
Key (black)2.7%
Color previews
#dbf8cb text on a black background
contrast 18.30:1
Card sample
#dbf8cb text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbf8cb;
Background color
Panel with #dbf8cb background
background-color: #dbf8cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbf8cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 248, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 248, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbf8cb; background: linear-gradient(135deg, #dbf8cb, #CBF8D9);