#cfb112
a dark, electric yellow · cool · closest name: gold
RGB
207, 177, 18
HSL
51°, 84%, 44%
CMYK
0, 15, 91, 19
Luminance
0.4475
Every format
| HEX | #cfb112 |
| RGB | rgb(207, 177, 18) |
| HSL | hsl(51, 84%, 44%) |
| CMYK | cmyk(0%, 15%, 91%, 19%) |
| LAB | lab(72.7 -2.9 72.8) |
| LCH | lch(72.7 72.8 92.3) |
| OKLCH | oklch(0.764 0.154 96.5) |
Copy-ready code
/* CSS */
color: #cfb112;
background-color: #cfb112;
/* Tailwind (arbitrary) */
class="text-[#cfb112] bg-[#cfb112]"
/* SCSS */
$brand: #cfb112;
/* SwiftUI */
Color(red: 0.812, green: 0.694, blue: 0.071)
/* Android */
Color.parseColor("#cfb112")Accessibility — WCAG contrast
Aa
#cfb112 on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb112 on black: 9.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green69.4%
Blue7.1%
CMYK percentages
Cyan0.0%
Magenta14.5%
Yellow91.3%
Key (black)18.8%
Color previews
#cfb112 text on a black background
contrast 9.95:1
Card sample
#cfb112 text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb112;
Background color
Panel with #cfb112 background
background-color: #cfb112;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb112;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 177, 18, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 177, 18, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb112; background: linear-gradient(135deg, #cfb112, #6FCF12);