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