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