#cfac3c
a balanced, vivid yellow · cool · closest name: olive
RGB
207, 172, 60
HSL
46°, 61%, 52%
CMYK
0, 17, 71, 19
Luminance
0.4310
Every format
| HEX | #cfac3c |
| RGB | rgb(207, 172, 60) |
| HSL | hsl(46, 61%, 52%) |
| CMYK | cmyk(0%, 17%, 71%, 19%) |
| LAB | lab(71.6 1.0 59.6) |
| LCH | lch(71.6 59.6 89.0) |
| OKLCH | oklch(0.756 0.133 91.2) |
Copy-ready code
/* CSS */
color: #cfac3c;
background-color: #cfac3c;
/* Tailwind (arbitrary) */
class="text-[#cfac3c] bg-[#cfac3c]"
/* SCSS */
$brand: #cfac3c;
/* SwiftUI */
Color(red: 0.812, green: 0.675, blue: 0.235)
/* Android */
Color.parseColor("#cfac3c")Accessibility — WCAG contrast
Aa
#cfac3c on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfac3c on black: 9.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green67.5%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta16.9%
Yellow71.0%
Key (black)18.8%
Color previews
#cfac3c text on a black background
contrast 9.62:1
Card sample
#cfac3c text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfac3c;
Background color
Panel with #cfac3c background
background-color: #cfac3c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfac3c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 172, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 172, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfac3c; background: linear-gradient(135deg, #cfac3c, #90CF3C);