#d9bf21
a balanced, vivid yellow · cool · closest name: gold
RGB
217, 191, 33
HSL
52°, 74%, 49%
CMYK
0, 12, 85, 15
Luminance
0.5212
Every format
| HEX | #d9bf21 |
| RGB | rgb(217, 191, 33) |
| HSL | hsl(52, 74%, 49%) |
| CMYK | cmyk(0%, 12%, 85%, 15%) |
| LAB | lab(77.4 -5.5 73.8) |
| LCH | lch(77.4 74.1 94.3) |
| OKLCH | oklch(0.803 0.160 98.8) |
Copy-ready code
/* CSS */
color: #d9bf21;
background-color: #d9bf21;
/* Tailwind (arbitrary) */
class="text-[#d9bf21] bg-[#d9bf21]"
/* SCSS */
$brand: #d9bf21;
/* SwiftUI */
Color(red: 0.851, green: 0.749, blue: 0.129)
/* Android */
Color.parseColor("#d9bf21")Accessibility — WCAG contrast
Aa
#d9bf21 on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d9bf21 on black: 11.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.1%
Green74.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta12.0%
Yellow84.8%
Key (black)14.9%
Color previews
#d9bf21 text on a black background
contrast 11.42:1
Card sample
#d9bf21 text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d9bf21;
Background color
Panel with #d9bf21 background
background-color: #d9bf21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d9bf21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(217, 191, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(217, 191, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d9bf21; background: linear-gradient(135deg, #d9bf21, #78D921);