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