#cfc113
a dark, electric yellow · cool · closest name: gold
RGB
207, 193, 19
HSL
56°, 83%, 44%
CMYK
0, 7, 91, 19
Luminance
0.5145
Every format
| HEX | #cfc113 |
| RGB | rgb(207, 193, 19) |
| HSL | hsl(56, 83%, 44%) |
| CMYK | cmyk(0%, 7%, 91%, 19%) |
| LAB | lab(77.0 -11.2 75.9) |
| LCH | lch(77.0 76.7 98.4) |
| OKLCH | oklch(0.797 0.166 104.2) |
Copy-ready code
/* CSS */
color: #cfc113;
background-color: #cfc113;
/* Tailwind (arbitrary) */
class="text-[#cfc113] bg-[#cfc113]"
/* SCSS */
$brand: #cfc113;
/* SwiftUI */
Color(red: 0.812, green: 0.757, blue: 0.075)
/* Android */
Color.parseColor("#cfc113")Accessibility — WCAG contrast
Aa
#cfc113 on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfc113 on black: 11.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green75.7%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta6.8%
Yellow90.8%
Key (black)18.8%
Color previews
#cfc113 text on a black background
contrast 11.29:1
Card sample
#cfc113 text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfc113;
Background color
Panel with #cfc113 background
background-color: #cfc113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfc113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 193, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 193, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfc113; background: linear-gradient(135deg, #cfc113, #60CF13);