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