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