#d7af13
a balanced, electric yellow · cool · closest name: gold
RGB
215, 175, 19
HSL
48°, 84%, 46%
CMYK
0, 19, 91, 16
Luminance
0.4515
Every format
| HEX | #d7af13 |
| RGB | rgb(215, 175, 19) |
| HSL | hsl(48, 84%, 46%) |
| CMYK | cmyk(0%, 19%, 91%, 16%) |
| LAB | lab(73.0 1.6 73.2) |
| LCH | lch(73.0 73.2 88.7) |
| OKLCH | oklch(0.768 0.154 91.8) |
Copy-ready code
/* CSS */
color: #d7af13;
background-color: #d7af13;
/* Tailwind (arbitrary) */
class="text-[#d7af13] bg-[#d7af13]"
/* SCSS */
$brand: #d7af13;
/* SwiftUI */
Color(red: 0.843, green: 0.686, blue: 0.075)
/* Android */
Color.parseColor("#d7af13")Accessibility — WCAG contrast
Aa
#d7af13 on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d7af13 on black: 10.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.3%
Green68.6%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta18.6%
Yellow91.2%
Key (black)15.7%
Color previews
#d7af13 text on a black background
contrast 10.03:1
Card sample
#d7af13 text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d7af13;
Background color
Panel with #d7af13 background
background-color: #d7af13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d7af13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(215, 175, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(215, 175, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d7af13; background: linear-gradient(135deg, #d7af13, #7CD713);