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