#cfab01
a dark, electric yellow · cool · closest name: gold
RGB
207, 171, 1
HSL
50°, 99%, 41%
CMYK
0, 17, 100, 19
Luminance
0.4239
Every format
| HEX | #cfab01 |
| RGB | rgb(207, 171, 1) |
| HSL | hsl(50, 99%, 41%) |
| CMYK | cmyk(0%, 17%, 100%, 19%) |
| LAB | lab(71.1 0.0 73.8) |
| LCH | lch(71.1 73.8 90.0) |
| OKLCH | oklch(0.751 0.154 93.6) |
Copy-ready code
/* CSS */
color: #cfab01;
background-color: #cfab01;
/* Tailwind (arbitrary) */
class="text-[#cfab01] bg-[#cfab01]"
/* SCSS */
$brand: #cfab01;
/* SwiftUI */
Color(red: 0.812, green: 0.671, blue: 0.004)
/* Android */
Color.parseColor("#cfab01")Accessibility — WCAG contrast
Aa
#cfab01 on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfab01 on black: 9.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green67.1%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta17.4%
Yellow99.5%
Key (black)18.8%
Color previews
#cfab01 text on a black background
contrast 9.48:1
Card sample
#cfab01 text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfab01;
Background color
Panel with #cfab01 background
background-color: #cfab01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfab01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 171, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 171, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfab01; background: linear-gradient(135deg, #cfab01, #6ACF01);