#dbf8df
a pale, vivid green · cool · closest name: beige
RGB
219, 248, 223
HSL
128°, 67%, 92%
CMYK
12, 0, 10, 3
Luminance
0.8752
Every format
| HEX | #dbf8df |
| RGB | rgb(219, 248, 223) |
| HSL | hsl(128, 67%, 92%) |
| CMYK | cmyk(12%, 0%, 10%, 3%) |
| LAB | lab(95.0 -14.0 8.8) |
| LCH | lch(95.0 16.6 147.7) |
| OKLCH | oklch(0.951 0.045 149.2) |
Copy-ready code
/* CSS */
color: #dbf8df;
background-color: #dbf8df;
/* Tailwind (arbitrary) */
class="text-[#dbf8df] bg-[#dbf8df]"
/* SCSS */
$brand: #dbf8df;
/* SwiftUI */
Color(red: 0.859, green: 0.973, blue: 0.875)
/* Android */
Color.parseColor("#dbf8df")Accessibility — WCAG contrast
Aa
#dbf8df on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbf8df on black: 18.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green97.3%
Blue87.5%
CMYK percentages
Cyan11.7%
Magenta0.0%
Yellow10.1%
Key (black)2.7%
Color previews
#dbf8df text on a black background
contrast 18.50:1
Card sample
#dbf8df text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbf8df;
Background color
Panel with #dbf8df background
background-color: #dbf8df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbf8df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 248, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 248, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbf8df; background: linear-gradient(135deg, #dbf8df, #DBF8F2);