#dbf6b0
a light, electric green · cool · closest name: khaki
RGB
219, 246, 176
HSL
83°, 80%, 83%
CMYK
11, 0, 29, 4
Luminance
0.8411
Every format
| HEX | #dbf6b0 |
| RGB | rgb(219, 246, 176) |
| HSL | hsl(83, 80%, 83%) |
| CMYK | cmyk(11%, 0%, 29%, 4%) |
| LAB | lab(93.5 -20.4 30.9) |
| LCH | lch(93.5 37.0 123.5) |
| OKLCH | oklch(0.937 0.095 125.3) |
Copy-ready code
/* CSS */
color: #dbf6b0;
background-color: #dbf6b0;
/* Tailwind (arbitrary) */
class="text-[#dbf6b0] bg-[#dbf6b0]"
/* SCSS */
$brand: #dbf6b0;
/* SwiftUI */
Color(red: 0.859, green: 0.965, blue: 0.690)
/* Android */
Color.parseColor("#dbf6b0")Accessibility — WCAG contrast
Aa
#dbf6b0 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbf6b0 on black: 17.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green96.5%
Blue69.0%
CMYK percentages
Cyan11.0%
Magenta0.0%
Yellow28.5%
Key (black)3.5%
Color previews
#dbf6b0 text on a black background
contrast 17.82:1
Card sample
#dbf6b0 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbf6b0;
Background color
Panel with #dbf6b0 background
background-color: #dbf6b0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbf6b0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 246, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 246, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbf6b0; background: linear-gradient(135deg, #dbf6b0, #B0F6B3);