#dbf6df
a pale, vivid green · cool · closest name: beige
RGB
219, 246, 223
HSL
129°, 60%, 91%
CMYK
11, 0, 9, 4
Luminance
0.8630
Every format
| HEX | #dbf6df |
| RGB | rgb(219, 246, 223) |
| HSL | hsl(129, 60%, 91%) |
| CMYK | cmyk(11%, 0%, 9%, 4%) |
| LAB | lab(94.4 -13.0 8.1) |
| LCH | lch(94.4 15.3 148.1) |
| OKLCH | oklch(0.947 0.042 149.6) |
Copy-ready code
/* CSS */
color: #dbf6df;
background-color: #dbf6df;
/* Tailwind (arbitrary) */
class="text-[#dbf6df] bg-[#dbf6df]"
/* SCSS */
$brand: #dbf6df;
/* SwiftUI */
Color(red: 0.859, green: 0.965, blue: 0.875)
/* Android */
Color.parseColor("#dbf6df")Accessibility — WCAG contrast
Aa
#dbf6df on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbf6df on black: 18.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green96.5%
Blue87.5%
CMYK percentages
Cyan11.0%
Magenta0.0%
Yellow9.3%
Key (black)3.5%
Color previews
#dbf6df text on a black background
contrast 18.26:1
Card sample
#dbf6df text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbf6df;
Background color
Panel with #dbf6df background
background-color: #dbf6df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbf6df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 246, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 246, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbf6df; background: linear-gradient(135deg, #dbf6df, #DBF6F1);