#dbf06d
a light, electric yellow · cool · closest name: khaki
RGB
219, 240, 109
HSL
70°, 81%, 68%
CMYK
9, 0, 55, 6
Luminance
0.7848
Every format
| HEX | #dbf06d |
| RGB | rgb(219, 240, 109) |
| HSL | hsl(70, 81%, 68%) |
| CMYK | cmyk(9%, 0%, 55%, 6%) |
| LAB | lab(91.0 -24.9 60.0) |
| LCH | lch(91.0 64.9 112.6) |
| OKLCH | oklch(0.914 0.157 117.2) |
Copy-ready code
/* CSS */
color: #dbf06d;
background-color: #dbf06d;
/* Tailwind (arbitrary) */
class="text-[#dbf06d] bg-[#dbf06d]"
/* SCSS */
$brand: #dbf06d;
/* SwiftUI */
Color(red: 0.859, green: 0.941, blue: 0.427)
/* Android */
Color.parseColor("#dbf06d")Accessibility — WCAG contrast
Aa
#dbf06d on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbf06d on black: 16.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green94.1%
Blue42.7%
CMYK percentages
Cyan8.8%
Magenta0.0%
Yellow54.6%
Key (black)5.9%
Color previews
#dbf06d text on a black background
contrast 16.70:1
Card sample
#dbf06d text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbf06d;
Background color
Panel with #dbf06d background
background-color: #dbf06d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbf06d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 240, 109, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 240, 109, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbf06d; background: linear-gradient(135deg, #dbf06d, #84F06D);