#cfbf13
a dark, electric yellow · cool · closest name: gold
RGB
207, 191, 19
HSL
55°, 83%, 44%
CMYK
0, 8, 91, 19
Luminance
0.5057
Every format
| HEX | #cfbf13 |
| RGB | rgb(207, 191, 19) |
| HSL | hsl(55, 83%, 44%) |
| CMYK | cmyk(0%, 8%, 91%, 19%) |
| LAB | lab(76.4 -10.2 75.5) |
| LCH | lch(76.4 76.1 97.7) |
| OKLCH | oklch(0.793 0.164 103.3) |
Copy-ready code
/* CSS */
color: #cfbf13;
background-color: #cfbf13;
/* Tailwind (arbitrary) */
class="text-[#cfbf13] bg-[#cfbf13]"
/* SCSS */
$brand: #cfbf13;
/* SwiftUI */
Color(red: 0.812, green: 0.749, blue: 0.075)
/* Android */
Color.parseColor("#cfbf13")Accessibility — WCAG contrast
Aa
#cfbf13 on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbf13 on black: 11.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green74.9%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta7.7%
Yellow90.8%
Key (black)18.8%
Color previews
#cfbf13 text on a black background
contrast 11.11:1
Card sample
#cfbf13 text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbf13;
Background color
Panel with #cfbf13 background
background-color: #cfbf13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbf13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 191, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 191, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbf13; background: linear-gradient(135deg, #cfbf13, #62CF13);