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