#dbffb3
a pale, electric green · cool · closest name: khaki
RGB
219, 255, 179
HSL
88°, 100%, 85%
CMYK
14, 0, 30, 0
Luminance
0.8983
Every format
| HEX | #dbffb3 |
| RGB | rgb(219, 255, 179) |
| HSL | hsl(88, 100%, 85%) |
| CMYK | cmyk(14%, 0%, 30%, 0%) |
| LAB | lab(95.9 -24.3 32.6) |
| LCH | lch(95.9 40.7 126.7) |
| OKLCH | oklch(0.956 0.105 128.8) |
Copy-ready code
/* CSS */
color: #dbffb3;
background-color: #dbffb3;
/* Tailwind (arbitrary) */
class="text-[#dbffb3] bg-[#dbffb3]"
/* SCSS */
$brand: #dbffb3;
/* SwiftUI */
Color(red: 0.859, green: 1.000, blue: 0.702)
/* Android */
Color.parseColor("#dbffb3")Accessibility — WCAG contrast
Aa
#dbffb3 on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbffb3 on black: 18.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green100.0%
Blue70.2%
CMYK percentages
Cyan14.1%
Magenta0.0%
Yellow29.8%
Key (black)0.0%
Color previews
#dbffb3 text on a black background
contrast 18.97:1
Card sample
#dbffb3 text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbffb3;
Background color
Panel with #dbffb3 background
background-color: #dbffb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbffb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 255, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 255, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbffb3; background: linear-gradient(135deg, #dbffb3, #B3FFBE);