#dbffcf
a pale, electric green · cool · closest name: beige
RGB
219, 255, 207
HSL
105°, 100%, 91%
CMYK
14, 0, 19, 0
Luminance
0.9109
Every format
| HEX | #dbffcf |
| RGB | rgb(219, 255, 207) |
| HSL | hsl(105, 100%, 91%) |
| CMYK | cmyk(14%, 0%, 19%, 0%) |
| LAB | lab(96.4 -20.1 19.2) |
| LCH | lch(96.4 27.8 136.4) |
| OKLCH | oklch(0.962 0.073 137.9) |
Copy-ready code
/* CSS */
color: #dbffcf;
background-color: #dbffcf;
/* Tailwind (arbitrary) */
class="text-[#dbffcf] bg-[#dbffcf]"
/* SCSS */
$brand: #dbffcf;
/* SwiftUI */
Color(red: 0.859, green: 1.000, blue: 0.812)
/* Android */
Color.parseColor("#dbffcf")Accessibility — WCAG contrast
Aa
#dbffcf on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbffcf on black: 19.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green100.0%
Blue81.2%
CMYK percentages
Cyan14.1%
Magenta0.0%
Yellow18.8%
Key (black)0.0%
Color previews
#dbffcf text on a black background
contrast 19.22:1
Card sample
#dbffcf text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbffcf;
Background color
Panel with #dbffcf background
background-color: #dbffcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbffcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 255, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 255, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbffcf; background: linear-gradient(135deg, #dbffcf, #CFFFE3);