#dbf032
a balanced, electric yellow · cool · closest name: yellow
RGB
219, 240, 50
HSL
67°, 86%, 57%
CMYK
9, 0, 79, 6
Luminance
0.7761
Every format
| HEX | #dbf032 |
| RGB | rgb(219, 240, 50) |
| HSL | hsl(67, 86%, 57%) |
| CMYK | cmyk(9%, 0%, 79%, 6%) |
| LAB | lab(90.6 -28.3 81.0) |
| LCH | lch(90.6 85.8 109.3) |
| OKLCH | oklch(0.909 0.196 116.2) |
Copy-ready code
/* CSS */
color: #dbf032;
background-color: #dbf032;
/* Tailwind (arbitrary) */
class="text-[#dbf032] bg-[#dbf032]"
/* SCSS */
$brand: #dbf032;
/* SwiftUI */
Color(red: 0.859, green: 0.941, blue: 0.196)
/* Android */
Color.parseColor("#dbf032")Accessibility — WCAG contrast
Aa
#dbf032 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbf032 on black: 16.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green94.1%
Blue19.6%
CMYK percentages
Cyan8.8%
Magenta0.0%
Yellow79.2%
Key (black)5.9%
Color previews
#dbf032 text on a black background
contrast 16.52:1
Card sample
#dbf032 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbf032;
Background color
Panel with #dbf032 background
background-color: #dbf032;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbf032;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 240, 50, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 240, 50, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbf032; background: linear-gradient(135deg, #dbf032, #5DF032);