#cfab37
a balanced, vivid yellow · cool · closest name: olive
RGB
207, 171, 55
HSL
46°, 61%, 51%
CMYK
0, 17, 73, 19
Luminance
0.4267
Every format
| HEX | #cfab37 |
| RGB | rgb(207, 171, 55) |
| HSL | hsl(46, 61%, 51%) |
| CMYK | cmyk(0%, 17%, 73%, 19%) |
| LAB | lab(71.3 1.3 61.3) |
| LCH | lch(71.3 61.3 88.8) |
| OKLCH | oklch(0.753 0.135 91.0) |
Copy-ready code
/* CSS */
color: #cfab37;
background-color: #cfab37;
/* Tailwind (arbitrary) */
class="text-[#cfab37] bg-[#cfab37]"
/* SCSS */
$brand: #cfab37;
/* SwiftUI */
Color(red: 0.812, green: 0.671, blue: 0.216)
/* Android */
Color.parseColor("#cfab37")Accessibility — WCAG contrast
Aa
#cfab37 on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfab37 on black: 9.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green67.1%
Blue21.6%
CMYK percentages
Cyan0.0%
Magenta17.4%
Yellow73.4%
Key (black)18.8%
Color previews
#cfab37 text on a black background
contrast 9.53:1
Card sample
#cfab37 text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfab37;
Background color
Panel with #cfab37 background
background-color: #cfab37;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfab37;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 171, 55, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 171, 55, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfab37; background: linear-gradient(135deg, #cfab37, #8ECF37);