#dbfdbb
a pale, electric green · cool · closest name: khaki
RGB
219, 253, 187
HSL
91°, 94%, 86%
CMYK
13, 0, 26, 1
Luminance
0.8890
Every format
| HEX | #dbfdbb |
| RGB | rgb(219, 253, 187) |
| HSL | hsl(91, 94%, 86%) |
| CMYK | cmyk(13%, 0%, 26%, 1%) |
| LAB | lab(95.5 -22.2 28.1) |
| LCH | lch(95.5 35.8 128.4) |
| OKLCH | oklch(0.954 0.093 130.2) |
Copy-ready code
/* CSS */
color: #dbfdbb;
background-color: #dbfdbb;
/* Tailwind (arbitrary) */
class="text-[#dbfdbb] bg-[#dbfdbb]"
/* SCSS */
$brand: #dbfdbb;
/* SwiftUI */
Color(red: 0.859, green: 0.992, blue: 0.733)
/* Android */
Color.parseColor("#dbfdbb")Accessibility — WCAG contrast
Aa
#dbfdbb on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbfdbb on black: 18.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green99.2%
Blue73.3%
CMYK percentages
Cyan13.4%
Magenta0.0%
Yellow26.1%
Key (black)0.8%
Color previews
#dbfdbb text on a black background
contrast 18.78:1
Card sample
#dbfdbb text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbfdbb;
Background color
Panel with #dbfdbb background
background-color: #dbfdbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbfdbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 253, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 253, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbfdbb; background: linear-gradient(135deg, #dbfdbb, #BBFDC7);