#d1bf21
a balanced, vivid yellow · cool · closest name: gold
RGB
209, 191, 33
HSL
54°, 73%, 48%
CMYK
0, 9, 84, 18
Luminance
0.5093
Every format
| HEX | #d1bf21 |
| RGB | rgb(209, 191, 33) |
| HSL | hsl(54, 73%, 48%) |
| CMYK | cmyk(0%, 9%, 84%, 18%) |
| LAB | lab(76.6 -9.0 73.0) |
| LCH | lch(76.6 73.5 97.0) |
| OKLCH | oklch(0.795 0.160 102.2) |
Copy-ready code
/* CSS */
color: #d1bf21;
background-color: #d1bf21;
/* Tailwind (arbitrary) */
class="text-[#d1bf21] bg-[#d1bf21]"
/* SCSS */
$brand: #d1bf21;
/* SwiftUI */
Color(red: 0.820, green: 0.749, blue: 0.129)
/* Android */
Color.parseColor("#d1bf21")Accessibility — WCAG contrast
Aa
#d1bf21 on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d1bf21 on black: 11.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.0%
Green74.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta8.6%
Yellow84.2%
Key (black)18.0%
Color previews
#d1bf21 text on a black background
contrast 11.19:1
Card sample
#d1bf21 text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d1bf21;
Background color
Panel with #d1bf21 background
background-color: #d1bf21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d1bf21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(209, 191, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(209, 191, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d1bf21; background: linear-gradient(135deg, #d1bf21, #6ED121);