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