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