#dbf2b2
a light, vivid green · cool · closest name: khaki
RGB
219, 242, 178
HSL
82°, 71%, 82%
CMYK
10, 0, 26, 5
Luminance
0.8178
Every format
| HEX | #dbf2b2 |
| RGB | rgb(219, 242, 178) |
| HSL | hsl(82, 71%, 82%) |
| CMYK | cmyk(10%, 0%, 26%, 5%) |
| LAB | lab(92.5 -18.2 28.5) |
| LCH | lch(92.5 33.8 122.6) |
| OKLCH | oklch(0.929 0.087 124.1) |
Copy-ready code
/* CSS */
color: #dbf2b2;
background-color: #dbf2b2;
/* Tailwind (arbitrary) */
class="text-[#dbf2b2] bg-[#dbf2b2]"
/* SCSS */
$brand: #dbf2b2;
/* SwiftUI */
Color(red: 0.859, green: 0.949, blue: 0.698)
/* Android */
Color.parseColor("#dbf2b2")Accessibility — WCAG contrast
Aa
#dbf2b2 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbf2b2 on black: 17.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green94.9%
Blue69.8%
CMYK percentages
Cyan9.5%
Magenta0.0%
Yellow26.4%
Key (black)5.1%
Color previews
#dbf2b2 text on a black background
contrast 17.36:1
Card sample
#dbf2b2 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbf2b2;
Background color
Panel with #dbf2b2 background
background-color: #dbf2b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbf2b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 242, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 242, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbf2b2; background: linear-gradient(135deg, #dbf2b2, #B2F2B4);