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