#c1af13
a dark, electric yellow · cool · closest name: gold
RGB
193, 175, 19
HSL
54°, 82%, 42%
CMYK
0, 9, 90, 24
Luminance
0.4204
Every format
| HEX | #c1af13 |
| RGB | rgb(193, 175, 19) |
| HSL | hsl(54, 82%, 42%) |
| CMYK | cmyk(0%, 9%, 90%, 24%) |
| LAB | lab(70.9 -8.1 70.6) |
| LCH | lch(70.9 71.1 96.5) |
| OKLCH | oklch(0.746 0.153 101.8) |
Copy-ready code
/* CSS */
color: #c1af13;
background-color: #c1af13;
/* Tailwind (arbitrary) */
class="text-[#c1af13] bg-[#c1af13]"
/* SCSS */
$brand: #c1af13;
/* SwiftUI */
Color(red: 0.757, green: 0.686, blue: 0.075)
/* Android */
Color.parseColor("#c1af13")Accessibility — WCAG contrast
Aa
#c1af13 on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c1af13 on black: 9.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green68.6%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta9.3%
Yellow90.2%
Key (black)24.3%
Color previews
#c1af13 text on a black background
contrast 9.41:1
Card sample
#c1af13 text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c1af13;
Background color
Panel with #c1af13 background
background-color: #c1af13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c1af13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 175, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 175, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c1af13; background: linear-gradient(135deg, #c1af13, #5FC113);