#cfac41
a balanced, vivid yellow · cool · closest name: olive
RGB
207, 172, 65
HSL
45°, 60%, 53%
CMYK
0, 17, 69, 19
Luminance
0.4315
Every format
| HEX | #cfac41 |
| RGB | rgb(207, 172, 65) |
| HSL | hsl(45, 60%, 53%) |
| CMYK | cmyk(0%, 17%, 69%, 19%) |
| LAB | lab(71.7 1.3 57.6) |
| LCH | lch(71.7 57.6 88.7) |
| OKLCH | oklch(0.756 0.129 90.6) |
Copy-ready code
/* CSS */
color: #cfac41;
background-color: #cfac41;
/* Tailwind (arbitrary) */
class="text-[#cfac41] bg-[#cfac41]"
/* SCSS */
$brand: #cfac41;
/* SwiftUI */
Color(red: 0.812, green: 0.675, blue: 0.255)
/* Android */
Color.parseColor("#cfac41")Accessibility — WCAG contrast
Aa
#cfac41 on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfac41 on black: 9.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green67.5%
Blue25.5%
CMYK percentages
Cyan0.0%
Magenta16.9%
Yellow68.6%
Key (black)18.8%
Color previews
#cfac41 text on a black background
contrast 9.63:1
Card sample
#cfac41 text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfac41;
Background color
Panel with #cfac41 background
background-color: #cfac41;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfac41;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 172, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 172, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfac41; background: linear-gradient(135deg, #cfac41, #93CF41);