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