#dbf1cf
a pale, vivid green · cool · closest name: beige
RGB
219, 241, 207
HSL
99°, 55%, 88%
CMYK
9, 0, 14, 6
Luminance
0.8248
Every format
| HEX | #dbf1cf |
| RGB | rgb(219, 241, 207) |
| HSL | hsl(99, 55%, 88%) |
| CMYK | cmyk(9%, 0%, 14%, 6%) |
| LAB | lab(92.8 -13.3 14.0) |
| LCH | lch(92.8 19.3 133.4) |
| OKLCH | oklch(0.933 0.051 134.4) |
Copy-ready code
/* CSS */
color: #dbf1cf;
background-color: #dbf1cf;
/* Tailwind (arbitrary) */
class="text-[#dbf1cf] bg-[#dbf1cf]"
/* SCSS */
$brand: #dbf1cf;
/* SwiftUI */
Color(red: 0.859, green: 0.945, blue: 0.812)
/* Android */
Color.parseColor("#dbf1cf")Accessibility — WCAG contrast
Aa
#dbf1cf on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbf1cf on black: 17.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green94.5%
Blue81.2%
CMYK percentages
Cyan9.1%
Magenta0.0%
Yellow14.1%
Key (black)5.5%
Color previews
#dbf1cf text on a black background
contrast 17.50:1
Card sample
#dbf1cf text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbf1cf;
Background color
Panel with #dbf1cf background
background-color: #dbf1cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbf1cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 241, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 241, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbf1cf; background: linear-gradient(135deg, #dbf1cf, #CFF1DA);