#cfab2f
a balanced, vivid yellow · cool · closest name: olive
RGB
207, 171, 47
HSL
47°, 63%, 50%
CMYK
0, 17, 77, 19
Luminance
0.4260
Every format
| HEX | #cfab2f |
| RGB | rgb(207, 171, 47) |
| HSL | hsl(47, 63%, 50%) |
| CMYK | cmyk(0%, 17%, 77%, 19%) |
| LAB | lab(71.3 1.0 64.1) |
| LCH | lch(71.3 64.2 89.1) |
| OKLCH | oklch(0.753 0.140 91.7) |
Copy-ready code
/* CSS */
color: #cfab2f;
background-color: #cfab2f;
/* Tailwind (arbitrary) */
class="text-[#cfab2f] bg-[#cfab2f]"
/* SCSS */
$brand: #cfab2f;
/* SwiftUI */
Color(red: 0.812, green: 0.671, blue: 0.184)
/* Android */
Color.parseColor("#cfab2f")Accessibility — WCAG contrast
Aa
#cfab2f on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfab2f on black: 9.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green67.1%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta17.4%
Yellow77.3%
Key (black)18.8%
Color previews
#cfab2f text on a black background
contrast 9.52:1
Card sample
#cfab2f text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfab2f;
Background color
Panel with #cfab2f background
background-color: #cfab2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfab2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 171, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 171, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfab2f; background: linear-gradient(135deg, #cfab2f, #88CF2F);