#dbf062
a light, electric yellow · cool · closest name: khaki
RGB
219, 240, 98
HSL
69°, 83%, 66%
CMYK
9, 0, 59, 6
Luminance
0.7826
Every format
| HEX | #dbf062 |
| RGB | rgb(219, 240, 98) |
| HSL | hsl(69, 83%, 66%) |
| CMYK | cmyk(9%, 0%, 59%, 6%) |
| LAB | lab(90.9 -25.8 64.6) |
| LCH | lch(90.9 69.5 111.8) |
| OKLCH | oklch(0.913 0.167 116.9) |
Copy-ready code
/* CSS */
color: #dbf062;
background-color: #dbf062;
/* Tailwind (arbitrary) */
class="text-[#dbf062] bg-[#dbf062]"
/* SCSS */
$brand: #dbf062;
/* SwiftUI */
Color(red: 0.859, green: 0.941, blue: 0.384)
/* Android */
Color.parseColor("#dbf062")Accessibility — WCAG contrast
Aa
#dbf062 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbf062 on black: 16.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green94.1%
Blue38.4%
CMYK percentages
Cyan8.8%
Magenta0.0%
Yellow59.2%
Key (black)5.9%
Color previews
#dbf062 text on a black background
contrast 16.65:1
Card sample
#dbf062 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbf062;
Background color
Panel with #dbf062 background
background-color: #dbf062;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbf062;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 240, 98, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 240, 98, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbf062; background: linear-gradient(135deg, #dbf062, #7CF062);