#cfac1c
a balanced, electric yellow · cool · closest name: gold
RGB
207, 172, 28
HSL
48°, 76%, 46%
CMYK
0, 17, 87, 19
Luminance
0.4285
Every format
| HEX | #cfac1c |
| RGB | rgb(207, 172, 28) |
| HSL | hsl(48, 76%, 46%) |
| CMYK | cmyk(0%, 17%, 87%, 19%) |
| LAB | lab(71.5 -0.1 69.8) |
| LCH | lch(71.5 69.8 90.1) |
| OKLCH | oklch(0.754 0.149 93.5) |
Copy-ready code
/* CSS */
color: #cfac1c;
background-color: #cfac1c;
/* Tailwind (arbitrary) */
class="text-[#cfac1c] bg-[#cfac1c]"
/* SCSS */
$brand: #cfac1c;
/* SwiftUI */
Color(red: 0.812, green: 0.675, blue: 0.110)
/* Android */
Color.parseColor("#cfac1c")Accessibility — WCAG contrast
Aa
#cfac1c on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfac1c on black: 9.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green67.5%
Blue11.0%
CMYK percentages
Cyan0.0%
Magenta16.9%
Yellow86.5%
Key (black)18.8%
Color previews
#cfac1c text on a black background
contrast 9.57:1
Card sample
#cfac1c text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfac1c;
Background color
Panel with #cfac1c background
background-color: #cfac1c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfac1c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 172, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 172, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfac1c; background: linear-gradient(135deg, #cfac1c, #7BCF1C);