#dcdf3b
a balanced, vivid yellow · cool · closest name: gold
RGB
220, 223, 59
HSL
61°, 72%, 55%
CMYK
1, 0, 74, 13
Luminance
0.6831
Every format
| HEX | #dcdf3b |
| RGB | rgb(220, 223, 59) |
| HSL | hsl(61, 72%, 55%) |
| CMYK | cmyk(1%, 0%, 74%, 13%) |
| LAB | lab(86.2 -19.4 74.4) |
| LCH | lch(86.2 76.9 104.7) |
| OKLCH | oklch(0.874 0.175 110.6) |
Copy-ready code
/* CSS */
color: #dcdf3b;
background-color: #dcdf3b;
/* Tailwind (arbitrary) */
class="text-[#dcdf3b] bg-[#dcdf3b]"
/* SCSS */
$brand: #dcdf3b;
/* SwiftUI */
Color(red: 0.863, green: 0.875, blue: 0.231)
/* Android */
Color.parseColor("#dcdf3b")Accessibility — WCAG contrast
Aa
#dcdf3b on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcdf3b on black: 14.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green87.5%
Blue23.1%
CMYK percentages
Cyan1.3%
Magenta0.0%
Yellow73.5%
Key (black)12.5%
Color previews
#dcdf3b text on a black background
contrast 14.66:1
Card sample
#dcdf3b text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcdf3b;
Background color
Panel with #dcdf3b background
background-color: #dcdf3b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcdf3b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 223, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 223, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcdf3b; background: linear-gradient(135deg, #dcdf3b, #6FDF3B);