#cfaa49
a balanced, vivid yellow · warm · closest name: peru
RGB
207, 170, 73
HSL
43°, 58%, 55%
CMYK
0, 18, 65, 19
Luminance
0.4250
Every format
| HEX | #cfaa49 |
| RGB | rgb(207, 170, 73) |
| HSL | hsl(43, 58%, 55%) |
| CMYK | cmyk(0%, 18%, 65%, 19%) |
| LAB | lab(71.2 2.8 53.6) |
| LCH | lch(71.2 53.7 87.0) |
| OKLCH | oklch(0.753 0.122 88.1) |
Copy-ready code
/* CSS */
color: #cfaa49;
background-color: #cfaa49;
/* Tailwind (arbitrary) */
class="text-[#cfaa49] bg-[#cfaa49]"
/* SCSS */
$brand: #cfaa49;
/* SwiftUI */
Color(red: 0.812, green: 0.667, blue: 0.286)
/* Android */
Color.parseColor("#cfaa49")Accessibility — WCAG contrast
Aa
#cfaa49 on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfaa49 on black: 9.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green66.7%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta17.9%
Yellow64.7%
Key (black)18.8%
Color previews
#cfaa49 text on a black background
contrast 9.50:1
Card sample
#cfaa49 text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfaa49;
Background color
Panel with #cfaa49 background
background-color: #cfaa49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfaa49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 170, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 170, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfaa49; background: linear-gradient(135deg, #cfaa49, #9BCF49);