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