#dbfcb2
a light, electric green · cool · closest name: khaki
RGB
219, 252, 178
HSL
87°, 93%, 84%
CMYK
13, 0, 29, 1
Luminance
0.8790
Every format
| HEX | #dbfcb2 |
| RGB | rgb(219, 252, 178) |
| HSL | hsl(87, 93%, 84%) |
| CMYK | cmyk(13%, 0%, 29%, 1%) |
| LAB | lab(95.1 -23.0 32.0) |
| LCH | lch(95.1 39.5 125.7) |
| OKLCH | oklch(0.950 0.102 127.7) |
Copy-ready code
/* CSS */
color: #dbfcb2;
background-color: #dbfcb2;
/* Tailwind (arbitrary) */
class="text-[#dbfcb2] bg-[#dbfcb2]"
/* SCSS */
$brand: #dbfcb2;
/* SwiftUI */
Color(red: 0.859, green: 0.988, blue: 0.698)
/* Android */
Color.parseColor("#dbfcb2")Accessibility — WCAG contrast
Aa
#dbfcb2 on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbfcb2 on black: 18.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green98.8%
Blue69.8%
CMYK percentages
Cyan13.1%
Magenta0.0%
Yellow29.4%
Key (black)1.2%
Color previews
#dbfcb2 text on a black background
contrast 18.58:1
Card sample
#dbfcb2 text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbfcb2;
Background color
Panel with #dbfcb2 background
background-color: #dbfcb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbfcb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 252, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 252, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbfcb2; background: linear-gradient(135deg, #dbfcb2, #B2FCBA);