#cfab0e
a dark, electric yellow · cool · closest name: gold
RGB
207, 171, 14
HSL
49°, 87%, 43%
CMYK
0, 17, 93, 19
Luminance
0.4242
Every format
| HEX | #cfab0e |
| RGB | rgb(207, 171, 14) |
| HSL | hsl(49, 87%, 43%) |
| CMYK | cmyk(0%, 17%, 93%, 19%) |
| LAB | lab(71.2 0.2 72.2) |
| LCH | lch(71.2 72.2 89.9) |
| OKLCH | oklch(0.752 0.152 93.4) |
Copy-ready code
/* CSS */
color: #cfab0e;
background-color: #cfab0e;
/* Tailwind (arbitrary) */
class="text-[#cfab0e] bg-[#cfab0e]"
/* SCSS */
$brand: #cfab0e;
/* SwiftUI */
Color(red: 0.812, green: 0.671, blue: 0.055)
/* Android */
Color.parseColor("#cfab0e")Accessibility — WCAG contrast
Aa
#cfab0e on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfab0e on black: 9.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green67.1%
Blue5.5%
CMYK percentages
Cyan0.0%
Magenta17.4%
Yellow93.2%
Key (black)18.8%
Color previews
#cfab0e text on a black background
contrast 9.48:1
Card sample
#cfab0e text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfab0e;
Background color
Panel with #cfab0e background
background-color: #cfab0e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfab0e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 171, 14, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 171, 14, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfab0e; background: linear-gradient(135deg, #cfab0e, #72CF0E);