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