#cfac4f
a balanced, vivid yellow · warm · closest name: peru
RGB
207, 172, 79
HSL
44°, 57%, 56%
CMYK
0, 17, 62, 19
Luminance
0.4333
Every format
| HEX | #cfac4f |
| RGB | rgb(207, 172, 79) |
| HSL | hsl(44, 57%, 56%) |
| CMYK | cmyk(0%, 17%, 62%, 19%) |
| LAB | lab(71.8 2.1 51.5) |
| LCH | lch(71.8 51.5 87.6) |
| OKLCH | oklch(0.758 0.119 88.6) |
Copy-ready code
/* CSS */
color: #cfac4f;
background-color: #cfac4f;
/* Tailwind (arbitrary) */
class="text-[#cfac4f] bg-[#cfac4f]"
/* SCSS */
$brand: #cfac4f;
/* SwiftUI */
Color(red: 0.812, green: 0.675, blue: 0.310)
/* Android */
Color.parseColor("#cfac4f")Accessibility — WCAG contrast
Aa
#cfac4f on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfac4f on black: 9.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green67.5%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta16.9%
Yellow61.8%
Key (black)18.8%
Color previews
#cfac4f text on a black background
contrast 9.67:1
Card sample
#cfac4f text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfac4f;
Background color
Panel with #cfac4f background
background-color: #cfac4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfac4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 172, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 172, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfac4f; background: linear-gradient(135deg, #cfac4f, #9DCF4F);