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