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