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