#dcc33b
a balanced, vivid yellow · cool · closest name: gold
RGB
220, 195, 59
HSL
51°, 70%, 55%
CMYK
0, 11, 73, 14
Luminance
0.5456
Every format
| HEX | #dcc33b |
| RGB | rgb(220, 195, 59) |
| HSL | hsl(51, 70%, 55%) |
| CMYK | cmyk(0%, 11%, 73%, 14%) |
| LAB | lab(78.8 -5.4 67.4) |
| LCH | lch(78.8 67.6 94.6) |
| OKLCH | oklch(0.815 0.150 98.4) |
Copy-ready code
/* CSS */
color: #dcc33b;
background-color: #dcc33b;
/* Tailwind (arbitrary) */
class="text-[#dcc33b] bg-[#dcc33b]"
/* SCSS */
$brand: #dcc33b;
/* SwiftUI */
Color(red: 0.863, green: 0.765, blue: 0.231)
/* Android */
Color.parseColor("#dcc33b")Accessibility — WCAG contrast
Aa
#dcc33b on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcc33b on black: 11.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green76.5%
Blue23.1%
CMYK percentages
Cyan0.0%
Magenta11.4%
Yellow73.2%
Key (black)13.7%
Color previews
#dcc33b text on a black background
contrast 11.91:1
Card sample
#dcc33b text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcc33b;
Background color
Panel with #dcc33b background
background-color: #dcc33b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcc33b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 195, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 195, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcc33b; background: linear-gradient(135deg, #dcc33b, #8ADC3B);