#dcdf16
a balanced, electric yellow · cool · closest name: yellow
RGB
220, 223, 22
HSL
61°, 82%, 48%
CMYK
1, 0, 90, 13
Luminance
0.6805
Every format
| HEX | #dcdf16 |
| RGB | rgb(220, 223, 22) |
| HSL | hsl(61, 82%, 48%) |
| CMYK | cmyk(1%, 0%, 90%, 13%) |
| LAB | lab(86.0 -20.5 82.9) |
| LCH | lch(86.0 85.4 103.9) |
| OKLCH | oklch(0.873 0.188 110.7) |
Copy-ready code
/* CSS */
color: #dcdf16;
background-color: #dcdf16;
/* Tailwind (arbitrary) */
class="text-[#dcdf16] bg-[#dcdf16]"
/* SCSS */
$brand: #dcdf16;
/* SwiftUI */
Color(red: 0.863, green: 0.875, blue: 0.086)
/* Android */
Color.parseColor("#dcdf16")Accessibility — WCAG contrast
Aa
#dcdf16 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcdf16 on black: 14.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green87.5%
Blue8.6%
CMYK percentages
Cyan1.3%
Magenta0.0%
Yellow90.1%
Key (black)12.5%
Color previews
#dcdf16 text on a black background
contrast 14.61:1
Card sample
#dcdf16 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcdf16;
Background color
Panel with #dcdf16 background
background-color: #dcdf16;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcdf16;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 223, 22, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 223, 22, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcdf16; background: linear-gradient(135deg, #dcdf16, #56DF16);