#cfb014
a dark, electric yellow · cool · closest name: gold
RGB
207, 176, 20
HSL
50°, 82%, 45%
CMYK
0, 15, 90, 19
Luminance
0.4437
Every format
| HEX | #cfb014 |
| RGB | rgb(207, 176, 20) |
| HSL | hsl(50, 82%, 45%) |
| CMYK | cmyk(0%, 15%, 90%, 19%) |
| LAB | lab(72.5 -2.4 72.3) |
| LCH | lch(72.5 72.3 91.9) |
| OKLCH | oklch(0.762 0.153 95.9) |
Copy-ready code
/* CSS */
color: #cfb014;
background-color: #cfb014;
/* Tailwind (arbitrary) */
class="text-[#cfb014] bg-[#cfb014]"
/* SCSS */
$brand: #cfb014;
/* SwiftUI */
Color(red: 0.812, green: 0.690, blue: 0.078)
/* Android */
Color.parseColor("#cfb014")Accessibility — WCAG contrast
Aa
#cfb014 on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb014 on black: 9.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green69.0%
Blue7.8%
CMYK percentages
Cyan0.0%
Magenta15.0%
Yellow90.3%
Key (black)18.8%
Color previews
#cfb014 text on a black background
contrast 9.87:1
Card sample
#cfb014 text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb014;
Background color
Panel with #cfb014 background
background-color: #cfb014;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb014;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 176, 20, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 176, 20, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb014; background: linear-gradient(135deg, #cfb014, #71CF14);