#cfb916
a dark, electric yellow · cool · closest name: gold
RGB
207, 185, 22
HSL
53°, 81%, 45%
CMYK
0, 11, 89, 19
Luminance
0.4802
Every format
| HEX | #cfb916 |
| RGB | rgb(207, 185, 22) |
| HSL | hsl(53, 81%, 45%) |
| CMYK | cmyk(0%, 11%, 89%, 19%) |
| LAB | lab(74.8 -7.0 73.7) |
| LCH | lch(74.8 74.1 95.5) |
| OKLCH | oklch(0.781 0.159 100.4) |
Copy-ready code
/* CSS */
color: #cfb916;
background-color: #cfb916;
/* Tailwind (arbitrary) */
class="text-[#cfb916] bg-[#cfb916]"
/* SCSS */
$brand: #cfb916;
/* SwiftUI */
Color(red: 0.812, green: 0.725, blue: 0.086)
/* Android */
Color.parseColor("#cfb916")Accessibility — WCAG contrast
Aa
#cfb916 on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb916 on black: 10.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green72.5%
Blue8.6%
CMYK percentages
Cyan0.0%
Magenta10.6%
Yellow89.4%
Key (black)18.8%
Color previews
#cfb916 text on a black background
contrast 10.60:1
Card sample
#cfb916 text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb916;
Background color
Panel with #cfb916 background
background-color: #cfb916;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb916;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 185, 22, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 185, 22, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb916; background: linear-gradient(135deg, #cfb916, #6ACF16);