#dbf60c
a balanced, electric yellow · cool · closest name: yellow
RGB
219, 246, 12
HSL
67°, 93%, 51%
CMYK
11, 0, 95, 4
Luminance
0.8100
Every format
| HEX | #dbf60c |
| RGB | rgb(219, 246, 12) |
| HSL | hsl(67, 93%, 51%) |
| CMYK | cmyk(11%, 0%, 95%, 4%) |
| LAB | lab(92.1 -31.9 88.7) |
| LCH | lch(92.1 94.3 109.8) |
| OKLCH | oklch(0.921 0.212 117.5) |
Copy-ready code
/* CSS */
color: #dbf60c;
background-color: #dbf60c;
/* Tailwind (arbitrary) */
class="text-[#dbf60c] bg-[#dbf60c]"
/* SCSS */
$brand: #dbf60c;
/* SwiftUI */
Color(red: 0.859, green: 0.965, blue: 0.047)
/* Android */
Color.parseColor("#dbf60c")Accessibility — WCAG contrast
Aa
#dbf60c on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbf60c on black: 17.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green96.5%
Blue4.7%
CMYK percentages
Cyan11.0%
Magenta0.0%
Yellow95.1%
Key (black)3.5%
Color previews
#dbf60c text on a black background
contrast 17.20:1
Card sample
#dbf60c text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbf60c;
Background color
Panel with #dbf60c background
background-color: #dbf60c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbf60c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 246, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 246, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbf60c; background: linear-gradient(135deg, #dbf60c, #3FF60C);