#cfac2c
a balanced, vivid yellow · cool · closest name: olive
RGB
207, 172, 44
HSL
47°, 65%, 49%
CMYK
0, 17, 79, 19
Luminance
0.4295
Every format
| HEX | #cfac2c |
| RGB | rgb(207, 172, 44) |
| HSL | hsl(47, 65%, 49%) |
| CMYK | cmyk(0%, 17%, 79%, 19%) |
| LAB | lab(71.5 0.3 65.4) |
| LCH | lch(71.5 65.4 89.7) |
| OKLCH | oklch(0.755 0.142 92.6) |
Copy-ready code
/* CSS */
color: #cfac2c;
background-color: #cfac2c;
/* Tailwind (arbitrary) */
class="text-[#cfac2c] bg-[#cfac2c]"
/* SCSS */
$brand: #cfac2c;
/* SwiftUI */
Color(red: 0.812, green: 0.675, blue: 0.173)
/* Android */
Color.parseColor("#cfac2c")Accessibility — WCAG contrast
Aa
#cfac2c on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfac2c on black: 9.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green67.5%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta16.9%
Yellow78.7%
Key (black)18.8%
Color previews
#cfac2c text on a black background
contrast 9.59:1
Card sample
#cfac2c text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfac2c;
Background color
Panel with #cfac2c background
background-color: #cfac2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfac2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 172, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 172, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfac2c; background: linear-gradient(135deg, #cfac2c, #85CF2C);