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