#cfab52
a balanced, vivid yellow · warm · closest name: peru
RGB
207, 171, 82
HSL
43°, 57%, 57%
CMYK
0, 17, 60, 19
Luminance
0.4300
Every format
| HEX | #cfab52 |
| RGB | rgb(207, 171, 82) |
| HSL | hsl(43, 57%, 57%) |
| CMYK | cmyk(0%, 17%, 60%, 19%) |
| LAB | lab(71.6 2.9 49.8) |
| LCH | lch(71.6 49.9 86.7) |
| OKLCH | oklch(0.756 0.116 87.3) |
Copy-ready code
/* CSS */
color: #cfab52;
background-color: #cfab52;
/* Tailwind (arbitrary) */
class="text-[#cfab52] bg-[#cfab52]"
/* SCSS */
$brand: #cfab52;
/* SwiftUI */
Color(red: 0.812, green: 0.671, blue: 0.322)
/* Android */
Color.parseColor("#cfab52")Accessibility — WCAG contrast
Aa
#cfab52 on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfab52 on black: 9.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green67.1%
Blue32.2%
CMYK percentages
Cyan0.0%
Magenta17.4%
Yellow60.4%
Key (black)18.8%
Color previews
#cfab52 text on a black background
contrast 9.60:1
Card sample
#cfab52 text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfab52;
Background color
Panel with #cfab52 background
background-color: #cfab52;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfab52;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 171, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 171, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfab52; background: linear-gradient(135deg, #cfab52, #A0CF52);