#dac02f
a balanced, vivid yellow · cool · closest name: gold
RGB
218, 192, 47
HSL
51°, 70%, 52%
CMYK
0, 12, 78, 15
Luminance
0.5281
Every format
| HEX | #dac02f |
| RGB | rgb(218, 192, 47) |
| HSL | hsl(51, 70%, 52%) |
| CMYK | cmyk(0%, 12%, 78%, 15%) |
| LAB | lab(77.8 -5.2 70.4) |
| LCH | lch(77.8 70.6 94.2) |
| OKLCH | oklch(0.807 0.154 98.3) |
Copy-ready code
/* CSS */
color: #dac02f;
background-color: #dac02f;
/* Tailwind (arbitrary) */
class="text-[#dac02f] bg-[#dac02f]"
/* SCSS */
$brand: #dac02f;
/* SwiftUI */
Color(red: 0.855, green: 0.753, blue: 0.184)
/* Android */
Color.parseColor("#dac02f")Accessibility — WCAG contrast
Aa
#dac02f on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dac02f on black: 11.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green75.3%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta11.9%
Yellow78.4%
Key (black)14.5%
Color previews
#dac02f text on a black background
contrast 11.56:1
Card sample
#dac02f text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dac02f;
Background color
Panel with #dac02f background
background-color: #dac02f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dac02f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 192, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 192, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dac02f; background: linear-gradient(135deg, #dac02f, #82DA2F);