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