#cfc310
a dark, electric yellow · cool · closest name: gold
RGB
207, 195, 16
HSL
56°, 86%, 44%
CMYK
0, 6, 92, 19
Luminance
0.5233
Every format
| HEX | #cfc310 |
| RGB | rgb(207, 195, 16) |
| HSL | hsl(56, 86%, 44%) |
| CMYK | cmyk(0%, 6%, 92%, 19%) |
| LAB | lab(77.5 -12.3 76.7) |
| LCH | lch(77.5 77.7 99.1) |
| OKLCH | oklch(0.802 0.168 105.0) |
Copy-ready code
/* CSS */
color: #cfc310;
background-color: #cfc310;
/* Tailwind (arbitrary) */
class="text-[#cfc310] bg-[#cfc310]"
/* SCSS */
$brand: #cfc310;
/* SwiftUI */
Color(red: 0.812, green: 0.765, blue: 0.063)
/* Android */
Color.parseColor("#cfc310")Accessibility — WCAG contrast
Aa
#cfc310 on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfc310 on black: 11.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green76.5%
Blue6.3%
CMYK percentages
Cyan0.0%
Magenta5.8%
Yellow92.3%
Key (black)18.8%
Color previews
#cfc310 text on a black background
contrast 11.47:1
Card sample
#cfc310 text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfc310;
Background color
Panel with #cfc310 background
background-color: #cfc310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfc310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 195, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 195, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfc310; background: linear-gradient(135deg, #cfc310, #5CCF10);