#cfab16
a dark, electric yellow · cool · closest name: gold
RGB
207, 171, 22
HSL
48°, 81%, 45%
CMYK
0, 17, 89, 19
Luminance
0.4245
Every format
| HEX | #cfab16 |
| RGB | rgb(207, 171, 22) |
| HSL | hsl(48, 81%, 45%) |
| CMYK | cmyk(0%, 17%, 89%, 19%) |
| LAB | lab(71.2 0.3 70.9) |
| LCH | lch(71.2 70.9 89.8) |
| OKLCH | oklch(0.752 0.150 93.1) |
Copy-ready code
/* CSS */
color: #cfab16;
background-color: #cfab16;
/* Tailwind (arbitrary) */
class="text-[#cfab16] bg-[#cfab16]"
/* SCSS */
$brand: #cfab16;
/* SwiftUI */
Color(red: 0.812, green: 0.671, blue: 0.086)
/* Android */
Color.parseColor("#cfab16")Accessibility — WCAG contrast
Aa
#cfab16 on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfab16 on black: 9.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green67.1%
Blue8.6%
CMYK percentages
Cyan0.0%
Magenta17.4%
Yellow89.4%
Key (black)18.8%
Color previews
#cfab16 text on a black background
contrast 9.49:1
Card sample
#cfab16 text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfab16;
Background color
Panel with #cfab16 background
background-color: #cfab16;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfab16;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 171, 22, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 171, 22, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfab16; background: linear-gradient(135deg, #cfab16, #78CF16);