#cfd010
a dark, electric yellow · cool · closest name: gold
RGB
207, 208, 16
HSL
60°, 86%, 44%
CMYK
1, 0, 92, 18
Luminance
0.5841
Every format
| HEX | #cfd010 |
| RGB | rgb(207, 208, 16) |
| HSL | hsl(60, 86%, 44%) |
| CMYK | cmyk(1%, 0%, 92%, 18%) |
| LAB | lab(81.0 -18.7 79.4) |
| LCH | lch(81.0 81.5 103.3) |
| OKLCH | oklch(0.830 0.179 110.1) |
Copy-ready code
/* CSS */
color: #cfd010;
background-color: #cfd010;
/* Tailwind (arbitrary) */
class="text-[#cfd010] bg-[#cfd010]"
/* SCSS */
$brand: #cfd010;
/* SwiftUI */
Color(red: 0.812, green: 0.816, blue: 0.063)
/* Android */
Color.parseColor("#cfd010")Accessibility — WCAG contrast
Aa
#cfd010 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd010 on black: 12.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green81.6%
Blue6.3%
CMYK percentages
Cyan0.5%
Magenta0.0%
Yellow92.3%
Key (black)18.4%
Color previews
#cfd010 text on a black background
contrast 12.68:1
Card sample
#cfd010 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd010;
Background color
Panel with #cfd010 background
background-color: #cfd010;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd010;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 208, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 208, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd010; background: linear-gradient(135deg, #cfd010, #4FD010);