#dcbf21
a balanced, vivid yellow · cool · closest name: gold
RGB
220, 191, 33
HSL
51°, 74%, 50%
CMYK
0, 13, 85, 14
Luminance
0.5259
Every format
| HEX | #dcbf21 |
| RGB | rgb(220, 191, 33) |
| HSL | hsl(51, 74%, 50%) |
| CMYK | cmyk(0%, 13%, 85%, 14%) |
| LAB | lab(77.6 -4.3 74.2) |
| LCH | lch(77.6 74.3 93.3) |
| OKLCH | oklch(0.806 0.160 97.5) |
Copy-ready code
/* CSS */
color: #dcbf21;
background-color: #dcbf21;
/* Tailwind (arbitrary) */
class="text-[#dcbf21] bg-[#dcbf21]"
/* SCSS */
$brand: #dcbf21;
/* SwiftUI */
Color(red: 0.863, green: 0.749, blue: 0.129)
/* Android */
Color.parseColor("#dcbf21")Accessibility — WCAG contrast
Aa
#dcbf21 on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcbf21 on black: 11.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green74.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta13.2%
Yellow85.0%
Key (black)13.7%
Color previews
#dcbf21 text on a black background
contrast 11.52:1
Card sample
#dcbf21 text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcbf21;
Background color
Panel with #dcbf21 background
background-color: #dcbf21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcbf21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 191, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 191, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcbf21; background: linear-gradient(135deg, #dcbf21, #7CDC21);