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