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