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