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