#cfb40c
a dark, electric yellow · cool · closest name: gold
RGB
207, 180, 12
HSL
52°, 89%, 43%
CMYK
0, 13, 94, 19
Luminance
0.4593
Every format
| HEX | #cfb40c |
| RGB | rgb(207, 180, 12) |
| HSL | hsl(52, 89%, 43%) |
| CMYK | cmyk(0%, 13%, 94%, 19%) |
| LAB | lab(73.5 -4.6 74.2) |
| LCH | lch(73.5 74.3 93.5) |
| OKLCH | oklch(0.770 0.157 98.2) |
Copy-ready code
/* CSS */
color: #cfb40c;
background-color: #cfb40c;
/* Tailwind (arbitrary) */
class="text-[#cfb40c] bg-[#cfb40c]"
/* SCSS */
$brand: #cfb40c;
/* SwiftUI */
Color(red: 0.812, green: 0.706, blue: 0.047)
/* Android */
Color.parseColor("#cfb40c")Accessibility — WCAG contrast
Aa
#cfb40c on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb40c on black: 10.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green70.6%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta13.0%
Yellow94.2%
Key (black)18.8%
Color previews
#cfb40c text on a black background
contrast 10.19:1
Card sample
#cfb40c text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb40c;
Background color
Panel with #cfb40c background
background-color: #cfb40c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb40c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 180, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 180, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb40c; background: linear-gradient(135deg, #cfb40c, #68CF0C);