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