#d6ac00
a dark, electric yellow · cool · closest name: gold
RGB
214, 172, 0
HSL
48°, 100%, 42%
CMYK
0, 20, 100, 16
Luminance
0.4380
Every format
| HEX | #d6ac00 |
| RGB | rgb(214, 172, 0) |
| HSL | hsl(48, 100%, 42%) |
| CMYK | cmyk(0%, 20%, 100%, 16%) |
| LAB | lab(72.1 2.6 74.9) |
| LCH | lch(72.1 74.9 88.0) |
| OKLCH | oklch(0.760 0.155 91.1) |
Copy-ready code
/* CSS */
color: #d6ac00;
background-color: #d6ac00;
/* Tailwind (arbitrary) */
class="text-[#d6ac00] bg-[#d6ac00]"
/* SCSS */
$brand: #d6ac00;
/* SwiftUI */
Color(red: 0.839, green: 0.675, blue: 0.000)
/* Android */
Color.parseColor("#d6ac00")Accessibility — WCAG contrast
Aa
#d6ac00 on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d6ac00 on black: 9.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.9%
Green67.5%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta19.6%
Yellow100.0%
Key (black)16.1%
Color previews
#d6ac00 text on a black background
contrast 9.76:1
Card sample
#d6ac00 text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d6ac00;
Background color
Panel with #d6ac00 background
background-color: #d6ac00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d6ac00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(214, 172, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(214, 172, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d6ac00; background: linear-gradient(135deg, #d6ac00, #72D600);