#cfc913
a dark, electric yellow · cool · closest name: gold
RGB
207, 201, 19
HSL
58°, 83%, 44%
CMYK
0, 3, 91, 19
Luminance
0.5509
Every format
| HEX | #cfc913 |
| RGB | rgb(207, 201, 19) |
| HSL | hsl(58, 83%, 44%) |
| CMYK | cmyk(0%, 3%, 91%, 19%) |
| LAB | lab(79.1 -15.2 77.5) |
| LCH | lch(79.1 79.0 101.1) |
| OKLCH | oklch(0.815 0.172 107.5) |
Copy-ready code
/* CSS */
color: #cfc913;
background-color: #cfc913;
/* Tailwind (arbitrary) */
class="text-[#cfc913] bg-[#cfc913]"
/* SCSS */
$brand: #cfc913;
/* SwiftUI */
Color(red: 0.812, green: 0.788, blue: 0.075)
/* Android */
Color.parseColor("#cfc913")Accessibility — WCAG contrast
Aa
#cfc913 on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfc913 on black: 12.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green78.8%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta2.9%
Yellow90.8%
Key (black)18.8%
Color previews
#cfc913 text on a black background
contrast 12.02:1
Card sample
#cfc913 text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfc913;
Background color
Panel with #cfc913 background
background-color: #cfc913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfc913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 201, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 201, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfc913; background: linear-gradient(135deg, #cfc913, #58CF13);