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