#d2bf13
a dark, electric yellow · cool · closest name: gold
RGB
210, 191, 19
HSL
54°, 83%, 45%
CMYK
0, 9, 91, 18
Luminance
0.5101
Every format
| HEX | #d2bf13 |
| RGB | rgb(210, 191, 19) |
| HSL | hsl(54, 83%, 45%) |
| CMYK | cmyk(0%, 9%, 91%, 18%) |
| LAB | lab(76.7 -8.9 75.8) |
| LCH | lch(76.7 76.3 96.7) |
| OKLCH | oklch(0.796 0.164 102.0) |
Copy-ready code
/* CSS */
color: #d2bf13;
background-color: #d2bf13;
/* Tailwind (arbitrary) */
class="text-[#d2bf13] bg-[#d2bf13]"
/* SCSS */
$brand: #d2bf13;
/* SwiftUI */
Color(red: 0.824, green: 0.749, blue: 0.075)
/* Android */
Color.parseColor("#d2bf13")Accessibility — WCAG contrast
Aa
#d2bf13 on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2bf13 on black: 11.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green74.9%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta9.0%
Yellow91.0%
Key (black)17.6%
Color previews
#d2bf13 text on a black background
contrast 11.20:1
Card sample
#d2bf13 text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2bf13;
Background color
Panel with #d2bf13 background
background-color: #d2bf13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2bf13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 191, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 191, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2bf13; background: linear-gradient(135deg, #d2bf13, #66D213);