#dbf7df
a pale, vivid green · cool · closest name: beige
RGB
219, 247, 223
HSL
129°, 64%, 91%
CMYK
11, 0, 10, 3
Luminance
0.8691
Every format
| HEX | #dbf7df |
| RGB | rgb(219, 247, 223) |
| HSL | hsl(129, 64%, 91%) |
| CMYK | cmyk(11%, 0%, 10%, 3%) |
| LAB | lab(94.7 -13.5 8.5) |
| LCH | lch(94.7 15.9 147.9) |
| OKLCH | oklch(0.949 0.043 149.4) |
Copy-ready code
/* CSS */
color: #dbf7df;
background-color: #dbf7df;
/* Tailwind (arbitrary) */
class="text-[#dbf7df] bg-[#dbf7df]"
/* SCSS */
$brand: #dbf7df;
/* SwiftUI */
Color(red: 0.859, green: 0.969, blue: 0.875)
/* Android */
Color.parseColor("#dbf7df")Accessibility — WCAG contrast
Aa
#dbf7df on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbf7df on black: 18.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green96.9%
Blue87.5%
CMYK percentages
Cyan11.3%
Magenta0.0%
Yellow9.7%
Key (black)3.1%
Color previews
#dbf7df text on a black background
contrast 18.38:1
Card sample
#dbf7df text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbf7df;
Background color
Panel with #dbf7df background
background-color: #dbf7df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbf7df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 247, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 247, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbf7df; background: linear-gradient(135deg, #dbf7df, #DBF7F2);