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