#cfac5c
a balanced, vivid yellow · warm · closest name: peru
RGB
207, 172, 92
HSL
42°, 55%, 59%
CMYK
0, 17, 56, 19
Luminance
0.4354
Every format
| HEX | #cfac5c |
| RGB | rgb(207, 172, 92) |
| HSL | hsl(42, 55%, 59%) |
| CMYK | cmyk(0%, 17%, 56%, 19%) |
| LAB | lab(71.9 3.1 45.4) |
| LCH | lch(71.9 45.5 86.1) |
| OKLCH | oklch(0.759 0.107 86.1) |
Copy-ready code
/* CSS */
color: #cfac5c;
background-color: #cfac5c;
/* Tailwind (arbitrary) */
class="text-[#cfac5c] bg-[#cfac5c]"
/* SCSS */
$brand: #cfac5c;
/* SwiftUI */
Color(red: 0.812, green: 0.675, blue: 0.361)
/* Android */
Color.parseColor("#cfac5c")Accessibility — WCAG contrast
Aa
#cfac5c on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfac5c on black: 9.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green67.5%
Blue36.1%
CMYK percentages
Cyan0.0%
Magenta16.9%
Yellow55.6%
Key (black)18.8%
Color previews
#cfac5c text on a black background
contrast 9.71:1
Card sample
#cfac5c text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfac5c;
Background color
Panel with #cfac5c background
background-color: #cfac5c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfac5c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 172, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 172, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfac5c; background: linear-gradient(135deg, #cfac5c, #A5CF5C);