#d8ae13
a balanced, electric yellow · cool · closest name: gold
RGB
216, 174, 19
HSL
47°, 84%, 46%
CMYK
0, 19, 91, 15
Luminance
0.4492
Every format
| HEX | #d8ae13 |
| RGB | rgb(216, 174, 19) |
| HSL | hsl(47, 84%, 46%) |
| CMYK | cmyk(0%, 19%, 91%, 15%) |
| LAB | lab(72.8 2.6 73.1) |
| LCH | lch(72.8 73.1 88.0) |
| OKLCH | oklch(0.767 0.154 90.8) |
Copy-ready code
/* CSS */
color: #d8ae13;
background-color: #d8ae13;
/* Tailwind (arbitrary) */
class="text-[#d8ae13] bg-[#d8ae13]"
/* SCSS */
$brand: #d8ae13;
/* SwiftUI */
Color(red: 0.847, green: 0.682, blue: 0.075)
/* Android */
Color.parseColor("#d8ae13")Accessibility — WCAG contrast
Aa
#d8ae13 on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d8ae13 on black: 9.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.7%
Green68.2%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta19.4%
Yellow91.2%
Key (black)15.3%
Color previews
#d8ae13 text on a black background
contrast 9.98:1
Card sample
#d8ae13 text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d8ae13;
Background color
Panel with #d8ae13 background
background-color: #d8ae13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d8ae13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(216, 174, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(216, 174, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d8ae13; background: linear-gradient(135deg, #d8ae13, #7FD813);