#c3c01f
a dark, vivid yellow · cool · closest name: gold
RGB
195, 192, 31
HSL
59°, 73%, 44%
CMYK
0, 2, 84, 24
Luminance
0.4940
Every format
| HEX | #c3c01f |
| RGB | rgb(195, 192, 31) |
| HSL | hsl(59, 73%, 44%) |
| CMYK | cmyk(0%, 2%, 84%, 24%) |
| LAB | lab(75.7 -15.6 72.2) |
| LCH | lch(75.7 73.8 102.2) |
| OKLCH | oklch(0.785 0.163 108.5) |
Copy-ready code
/* CSS */
color: #c3c01f;
background-color: #c3c01f;
/* Tailwind (arbitrary) */
class="text-[#c3c01f] bg-[#c3c01f]"
/* SCSS */
$brand: #c3c01f;
/* SwiftUI */
Color(red: 0.765, green: 0.753, blue: 0.122)
/* Android */
Color.parseColor("#c3c01f")Accessibility — WCAG contrast
Aa
#c3c01f on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c3c01f on black: 10.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green75.3%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta1.5%
Yellow84.1%
Key (black)23.5%
Color previews
#c3c01f text on a black background
contrast 10.88:1
Card sample
#c3c01f text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c3c01f;
Background color
Panel with #c3c01f background
background-color: #c3c01f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c3c01f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 192, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 192, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c3c01f; background: linear-gradient(135deg, #c3c01f, #59C31F);