#cfc201
a dark, electric yellow · cool · closest name: gold
RGB
207, 194, 1
HSL
56°, 99%, 41%
CMYK
0, 6, 100, 19
Luminance
0.5185
Every format
| HEX | #cfc201 |
| RGB | rgb(207, 194, 1) |
| HSL | hsl(56, 99%, 41%) |
| CMYK | cmyk(0%, 6%, 100%, 19%) |
| LAB | lab(77.2 -11.9 78.1) |
| LCH | lch(77.2 79.0 98.7) |
| OKLCH | oklch(0.799 0.169 104.7) |
Copy-ready code
/* CSS */
color: #cfc201;
background-color: #cfc201;
/* Tailwind (arbitrary) */
class="text-[#cfc201] bg-[#cfc201]"
/* SCSS */
$brand: #cfc201;
/* SwiftUI */
Color(red: 0.812, green: 0.761, blue: 0.004)
/* Android */
Color.parseColor("#cfc201")Accessibility — WCAG contrast
Aa
#cfc201 on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfc201 on black: 11.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green76.1%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta6.3%
Yellow99.5%
Key (black)18.8%
Color previews
#cfc201 text on a black background
contrast 11.37:1
Card sample
#cfc201 text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfc201;
Background color
Panel with #cfc201 background
background-color: #cfc201;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfc201;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 194, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 194, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfc201; background: linear-gradient(135deg, #cfc201, #53CF01);