#dbffae
a light, electric green · cool · closest name: khaki
RGB
219, 255, 174
HSL
87°, 100%, 84%
CMYK
14, 0, 32, 0
Luminance
0.8964
Every format
| HEX | #dbffae |
| RGB | rgb(219, 255, 174) |
| HSL | hsl(87, 100%, 84%) |
| CMYK | cmyk(14%, 0%, 32%, 0%) |
| LAB | lab(95.8 -25.0 35.0) |
| LCH | lch(95.8 43.0 125.5) |
| OKLCH | oklch(0.955 0.111 127.8) |
Copy-ready code
/* CSS */
color: #dbffae;
background-color: #dbffae;
/* Tailwind (arbitrary) */
class="text-[#dbffae] bg-[#dbffae]"
/* SCSS */
$brand: #dbffae;
/* SwiftUI */
Color(red: 0.859, green: 1.000, blue: 0.682)
/* Android */
Color.parseColor("#dbffae")Accessibility — WCAG contrast
Aa
#dbffae on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbffae on black: 18.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green100.0%
Blue68.2%
CMYK percentages
Cyan14.1%
Magenta0.0%
Yellow31.8%
Key (black)0.0%
Color previews
#dbffae text on a black background
contrast 18.93:1
Card sample
#dbffae text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbffae;
Background color
Panel with #dbffae background
background-color: #dbffae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbffae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 255, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 255, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbffae; background: linear-gradient(135deg, #dbffae, #AEFFB7);