#dac708
a dark, electric yellow · cool · closest name: gold
RGB
218, 199, 8
HSL
55°, 93%, 44%
CMYK
0, 9, 96, 15
Luminance
0.5577
Every format
| HEX | #dac708 |
| RGB | rgb(218, 199, 8) |
| HSL | hsl(55, 93%, 44%) |
| CMYK | cmyk(0%, 9%, 96%, 15%) |
| LAB | lab(79.5 -9.6 79.5) |
| LCH | lch(79.5 80.1 96.9) |
| OKLCH | oklch(0.820 0.171 102.5) |
Copy-ready code
/* CSS */
color: #dac708;
background-color: #dac708;
/* Tailwind (arbitrary) */
class="text-[#dac708] bg-[#dac708]"
/* SCSS */
$brand: #dac708;
/* SwiftUI */
Color(red: 0.855, green: 0.780, blue: 0.031)
/* Android */
Color.parseColor("#dac708")Accessibility — WCAG contrast
Aa
#dac708 on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dac708 on black: 12.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green78.0%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta8.7%
Yellow96.3%
Key (black)14.5%
Color previews
#dac708 text on a black background
contrast 12.15:1
Card sample
#dac708 text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dac708;
Background color
Panel with #dac708 background
background-color: #dac708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dac708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 199, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 199, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dac708; background: linear-gradient(135deg, #dac708, #61DA08);