#cfab3f
a balanced, vivid yellow · cool · closest name: peru
RGB
207, 171, 63
HSL
45°, 60%, 53%
CMYK
0, 17, 70, 19
Luminance
0.4275
Every format
| HEX | #cfab3f |
| RGB | rgb(207, 171, 63) |
| HSL | hsl(45, 60%, 53%) |
| CMYK | cmyk(0%, 17%, 70%, 19%) |
| LAB | lab(71.4 1.7 58.1) |
| LCH | lch(71.4 58.2 88.3) |
| OKLCH | oklch(0.754 0.130 90.2) |
Copy-ready code
/* CSS */
color: #cfab3f;
background-color: #cfab3f;
/* Tailwind (arbitrary) */
class="text-[#cfab3f] bg-[#cfab3f]"
/* SCSS */
$brand: #cfab3f;
/* SwiftUI */
Color(red: 0.812, green: 0.671, blue: 0.247)
/* Android */
Color.parseColor("#cfab3f")Accessibility — WCAG contrast
Aa
#cfab3f on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfab3f on black: 9.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green67.1%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta17.4%
Yellow69.6%
Key (black)18.8%
Color previews
#cfab3f text on a black background
contrast 9.55:1
Card sample
#cfab3f text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfab3f;
Background color
Panel with #cfab3f background
background-color: #cfab3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfab3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 171, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 171, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfab3f; background: linear-gradient(135deg, #cfab3f, #93CF3F);