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