#dcdb0f
a balanced, electric yellow · cool · closest name: yellow
RGB
220, 219, 15
HSL
60°, 87%, 46%
CMYK
0, 1, 93, 14
Luminance
0.6591
Every format
| HEX | #dcdb0f |
| RGB | rgb(220, 219, 15) |
| HSL | hsl(60, 87%, 46%) |
| CMYK | cmyk(0%, 1%, 93%, 14%) |
| LAB | lab(85.0 -18.6 83.0) |
| LCH | lch(85.0 85.0 102.7) |
| OKLCH | oklch(0.864 0.186 109.4) |
Copy-ready code
/* CSS */
color: #dcdb0f;
background-color: #dcdb0f;
/* Tailwind (arbitrary) */
class="text-[#dcdb0f] bg-[#dcdb0f]"
/* SCSS */
$brand: #dcdb0f;
/* SwiftUI */
Color(red: 0.863, green: 0.859, blue: 0.059)
/* Android */
Color.parseColor("#dcdb0f")Accessibility — WCAG contrast
Aa
#dcdb0f on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcdb0f on black: 14.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green85.9%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta0.5%
Yellow93.2%
Key (black)13.7%
Color previews
#dcdb0f text on a black background
contrast 14.18:1
Card sample
#dcdb0f text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcdb0f;
Background color
Panel with #dcdb0f background
background-color: #dcdb0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcdb0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 219, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 219, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcdb0f; background: linear-gradient(135deg, #dcdb0f, #54DC0F);