#dbf5df
a pale, vivid green · cool · closest name: beige
RGB
219, 245, 223
HSL
129°, 57%, 91%
CMYK
11, 0, 9, 4
Luminance
0.8569
Every format
| HEX | #dbf5df |
| RGB | rgb(219, 245, 223) |
| HSL | hsl(129, 57%, 91%) |
| CMYK | cmyk(11%, 0%, 9%, 4%) |
| LAB | lab(94.2 -12.5 7.7) |
| LCH | lch(94.2 14.7 148.3) |
| OKLCH | oklch(0.945 0.040 149.8) |
Copy-ready code
/* CSS */
color: #dbf5df;
background-color: #dbf5df;
/* Tailwind (arbitrary) */
class="text-[#dbf5df] bg-[#dbf5df]"
/* SCSS */
$brand: #dbf5df;
/* SwiftUI */
Color(red: 0.859, green: 0.961, blue: 0.875)
/* Android */
Color.parseColor("#dbf5df")Accessibility — WCAG contrast
Aa
#dbf5df on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbf5df on black: 18.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green96.1%
Blue87.5%
CMYK percentages
Cyan10.6%
Magenta0.0%
Yellow9.0%
Key (black)3.9%
Color previews
#dbf5df text on a black background
contrast 18.14:1
Card sample
#dbf5df text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbf5df;
Background color
Panel with #dbf5df background
background-color: #dbf5df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbf5df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 245, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 245, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbf5df; background: linear-gradient(135deg, #dbf5df, #DBF5F0);