#d5bf21
a balanced, vivid yellow · cool · closest name: gold
RGB
213, 191, 33
HSL
53°, 73%, 48%
CMYK
0, 10, 85, 17
Luminance
0.5152
Every format
| HEX | #d5bf21 |
| RGB | rgb(213, 191, 33) |
| HSL | hsl(53, 73%, 48%) |
| CMYK | cmyk(0%, 10%, 85%, 17%) |
| LAB | lab(77.0 -7.3 73.4) |
| LCH | lch(77.0 73.8 95.7) |
| OKLCH | oklch(0.799 0.160 100.5) |
Copy-ready code
/* CSS */
color: #d5bf21;
background-color: #d5bf21;
/* Tailwind (arbitrary) */
class="text-[#d5bf21] bg-[#d5bf21]"
/* SCSS */
$brand: #d5bf21;
/* SwiftUI */
Color(red: 0.835, green: 0.749, blue: 0.129)
/* Android */
Color.parseColor("#d5bf21")Accessibility — WCAG contrast
Aa
#d5bf21 on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d5bf21 on black: 11.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.5%
Green74.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta10.3%
Yellow84.5%
Key (black)16.5%
Color previews
#d5bf21 text on a black background
contrast 11.30:1
Card sample
#d5bf21 text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d5bf21;
Background color
Panel with #d5bf21 background
background-color: #d5bf21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d5bf21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(213, 191, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(213, 191, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d5bf21; background: linear-gradient(135deg, #d5bf21, #73D521);