#cfac13
a dark, electric yellow · cool · closest name: gold
RGB
207, 172, 19
HSL
49°, 83%, 44%
CMYK
0, 17, 91, 19
Luminance
0.4282
Every format
| HEX | #cfac13 |
| RGB | rgb(207, 172, 19) |
| HSL | hsl(49, 83%, 44%) |
| CMYK | cmyk(0%, 17%, 91%, 19%) |
| LAB | lab(71.4 -0.3 71.6) |
| LCH | lch(71.4 71.6 90.2) |
| OKLCH | oklch(0.754 0.151 93.8) |
Copy-ready code
/* CSS */
color: #cfac13;
background-color: #cfac13;
/* Tailwind (arbitrary) */
class="text-[#cfac13] bg-[#cfac13]"
/* SCSS */
$brand: #cfac13;
/* SwiftUI */
Color(red: 0.812, green: 0.675, blue: 0.075)
/* Android */
Color.parseColor("#cfac13")Accessibility — WCAG contrast
Aa
#cfac13 on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfac13 on black: 9.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green67.5%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta16.9%
Yellow90.8%
Key (black)18.8%
Color previews
#cfac13 text on a black background
contrast 9.56:1
Card sample
#cfac13 text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfac13;
Background color
Panel with #cfac13 background
background-color: #cfac13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfac13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 172, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 172, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfac13; background: linear-gradient(135deg, #cfac13, #75CF13);