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