#cfad40
a balanced, vivid yellow · cool · closest name: olive
RGB
207, 173, 64
HSL
46°, 60%, 53%
CMYK
0, 16, 69, 19
Luminance
0.4352
Every format
| HEX | #cfad40 |
| RGB | rgb(207, 173, 64) |
| HSL | hsl(46, 60%, 53%) |
| CMYK | cmyk(0%, 16%, 69%, 19%) |
| LAB | lab(71.9 0.7 58.3) |
| LCH | lch(71.9 58.3 89.3) |
| OKLCH | oklch(0.758 0.131 91.4) |
Copy-ready code
/* CSS */
color: #cfad40;
background-color: #cfad40;
/* Tailwind (arbitrary) */
class="text-[#cfad40] bg-[#cfad40]"
/* SCSS */
$brand: #cfad40;
/* SwiftUI */
Color(red: 0.812, green: 0.678, blue: 0.251)
/* Android */
Color.parseColor("#cfad40")Accessibility — WCAG contrast
Aa
#cfad40 on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfad40 on black: 9.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green67.8%
Blue25.1%
CMYK percentages
Cyan0.0%
Magenta16.4%
Yellow69.1%
Key (black)18.8%
Color previews
#cfad40 text on a black background
contrast 9.70:1
Card sample
#cfad40 text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfad40;
Background color
Panel with #cfad40 background
background-color: #cfad40;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfad40;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 173, 64, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 173, 64, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfad40; background: linear-gradient(135deg, #cfad40, #92CF40);