#dbfbae
a light, electric green · cool · closest name: khaki
RGB
219, 251, 174
HSL
85°, 91%, 83%
CMYK
13, 0, 31, 2
Luminance
0.8711
Every format
| HEX | #dbfbae |
| RGB | rgb(219, 251, 174) |
| HSL | hsl(85, 91%, 83%) |
| CMYK | cmyk(13%, 0%, 31%, 2%) |
| LAB | lab(94.8 -23.1 33.6) |
| LCH | lch(94.8 40.8 124.5) |
| OKLCH | oklch(0.947 0.105 126.6) |
Copy-ready code
/* CSS */
color: #dbfbae;
background-color: #dbfbae;
/* Tailwind (arbitrary) */
class="text-[#dbfbae] bg-[#dbfbae]"
/* SCSS */
$brand: #dbfbae;
/* SwiftUI */
Color(red: 0.859, green: 0.984, blue: 0.682)
/* Android */
Color.parseColor("#dbfbae")Accessibility — WCAG contrast
Aa
#dbfbae on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbfbae on black: 18.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green98.4%
Blue68.2%
CMYK percentages
Cyan12.7%
Magenta0.0%
Yellow30.7%
Key (black)1.6%
Color previews
#dbfbae text on a black background
contrast 18.42:1
Card sample
#dbfbae text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbfbae;
Background color
Panel with #dbfbae background
background-color: #dbfbae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbfbae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 251, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 251, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbfbae; background: linear-gradient(135deg, #dbfbae, #AEFBB4);