#d4bf13
a balanced, electric yellow · cool · closest name: gold
RGB
212, 191, 19
HSL
54°, 84%, 45%
CMYK
0, 10, 91, 17
Luminance
0.5131
Every format
| HEX | #d4bf13 |
| RGB | rgb(212, 191, 19) |
| HSL | hsl(54, 84%, 45%) |
| CMYK | cmyk(0%, 10%, 91%, 17%) |
| LAB | lab(76.9 -8.0 76.0) |
| LCH | lch(76.9 76.4 96.0) |
| OKLCH | oklch(0.798 0.164 101.2) |
Copy-ready code
/* CSS */
color: #d4bf13;
background-color: #d4bf13;
/* Tailwind (arbitrary) */
class="text-[#d4bf13] bg-[#d4bf13]"
/* SCSS */
$brand: #d4bf13;
/* SwiftUI */
Color(red: 0.831, green: 0.749, blue: 0.075)
/* Android */
Color.parseColor("#d4bf13")Accessibility — WCAG contrast
Aa
#d4bf13 on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d4bf13 on black: 11.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green74.9%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta9.9%
Yellow91.0%
Key (black)16.9%
Color previews
#d4bf13 text on a black background
contrast 11.26:1
Card sample
#d4bf13 text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d4bf13;
Background color
Panel with #d4bf13 background
background-color: #d4bf13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d4bf13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 191, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 191, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d4bf13; background: linear-gradient(135deg, #d4bf13, #68D413);