#c18d13
a dark, electric yellow · warm · closest name: peru
RGB
193, 141, 19
HSL
42°, 82%, 42%
CMYK
0, 27, 90, 24
Luminance
0.3043
Every format
| HEX | #c18d13 |
| RGB | rgb(193, 141, 19) |
| HSL | hsl(42, 82%, 42%) |
| CMYK | cmyk(0%, 27%, 90%, 24%) |
| LAB | lab(62.0 10.2 63.8) |
| LCH | lch(62.0 64.6 80.9) |
| OKLCH | oklch(0.676 0.135 81.4) |
Copy-ready code
/* CSS */
color: #c18d13;
background-color: #c18d13;
/* Tailwind (arbitrary) */
class="text-[#c18d13] bg-[#c18d13]"
/* SCSS */
$brand: #c18d13;
/* SwiftUI */
Color(red: 0.757, green: 0.553, blue: 0.075)
/* Android */
Color.parseColor("#c18d13")Accessibility — WCAG contrast
Aa
#c18d13 on white: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c18d13 on black: 7.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green55.3%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta26.9%
Yellow90.2%
Key (black)24.3%
Color previews
#c18d13 text on a black background
contrast 7.09:1
Card sample
#c18d13 text on a white background
contrast 2.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c18d13;
Background color
Panel with #c18d13 background
background-color: #c18d13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c18d13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 141, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 141, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c18d13; background: linear-gradient(135deg, #c18d13, #81C113);