#dbffba
a pale, electric green · cool · closest name: khaki
RGB
219, 255, 186
HSL
91°, 100%, 87%
CMYK
14, 0, 27, 0
Luminance
0.9013
Every format
| HEX | #dbffba |
| RGB | rgb(219, 255, 186) |
| HSL | hsl(91, 100%, 87%) |
| CMYK | cmyk(14%, 0%, 27%, 0%) |
| LAB | lab(96.0 -23.3 29.3) |
| LCH | lch(96.0 37.4 128.6) |
| OKLCH | oklch(0.958 0.097 130.5) |
Copy-ready code
/* CSS */
color: #dbffba;
background-color: #dbffba;
/* Tailwind (arbitrary) */
class="text-[#dbffba] bg-[#dbffba]"
/* SCSS */
$brand: #dbffba;
/* SwiftUI */
Color(red: 0.859, green: 1.000, blue: 0.729)
/* Android */
Color.parseColor("#dbffba")Accessibility — WCAG contrast
Aa
#dbffba on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbffba on black: 19.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green100.0%
Blue72.9%
CMYK percentages
Cyan14.1%
Magenta0.0%
Yellow27.1%
Key (black)0.0%
Color previews
#dbffba text on a black background
contrast 19.03:1
Card sample
#dbffba text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbffba;
Background color
Panel with #dbffba background
background-color: #dbffba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbffba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 255, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 255, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbffba; background: linear-gradient(135deg, #dbffba, #BAFFC7);