#dbf0cf
a pale, vivid green · cool · closest name: beige
RGB
219, 240, 207
HSL
98°, 52%, 88%
CMYK
9, 0, 14, 6
Luminance
0.8189
Every format
| HEX | #dbf0cf |
| RGB | rgb(219, 240, 207) |
| HSL | hsl(98, 52%, 88%) |
| CMYK | cmyk(9%, 0%, 14%, 6%) |
| LAB | lab(92.5 -12.8 13.6) |
| LCH | lch(92.5 18.7 133.1) |
| OKLCH | oklch(0.931 0.049 134.1) |
Copy-ready code
/* CSS */
color: #dbf0cf;
background-color: #dbf0cf;
/* Tailwind (arbitrary) */
class="text-[#dbf0cf] bg-[#dbf0cf]"
/* SCSS */
$brand: #dbf0cf;
/* SwiftUI */
Color(red: 0.859, green: 0.941, blue: 0.812)
/* Android */
Color.parseColor("#dbf0cf")Accessibility — WCAG contrast
Aa
#dbf0cf on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbf0cf on black: 17.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green94.1%
Blue81.2%
CMYK percentages
Cyan8.8%
Magenta0.0%
Yellow13.7%
Key (black)5.9%
Color previews
#dbf0cf text on a black background
contrast 17.38:1
Card sample
#dbf0cf text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbf0cf;
Background color
Panel with #dbf0cf background
background-color: #dbf0cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbf0cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 240, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 240, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbf0cf; background: linear-gradient(135deg, #dbf0cf, #CFF0D9);