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