#c06d13
a dark, electric orange · warm · closest name: chocolate
RGB
192, 109, 19
HSL
31°, 82%, 41%
CMYK
0, 43, 90, 25
Luminance
0.2219
Every format
| HEX | #c06d13 |
| RGB | rgb(192, 109, 19) |
| HSL | hsl(31, 82%, 41%) |
| CMYK | cmyk(0%, 43%, 90%, 25%) |
| LAB | lab(54.2 27.3 57.7) |
| LCH | lch(54.2 63.9 64.7) |
| OKLCH | oklch(0.616 0.139 59.7) |
Copy-ready code
/* CSS */
color: #c06d13;
background-color: #c06d13;
/* Tailwind (arbitrary) */
class="text-[#c06d13] bg-[#c06d13]"
/* SCSS */
$brand: #c06d13;
/* SwiftUI */
Color(red: 0.753, green: 0.427, blue: 0.075)
/* Android */
Color.parseColor("#c06d13")Accessibility — WCAG contrast
Aa
#c06d13 on white: 3.86:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c06d13 on black: 5.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green42.7%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta43.2%
Yellow90.1%
Key (black)24.7%
Color previews
#c06d13 text on a black background
contrast 5.44:1
Card sample
#c06d13 text on a white background
contrast 3.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c06d13;
Background color
Panel with #c06d13 background
background-color: #c06d13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c06d13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 109, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 109, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c06d13; background: linear-gradient(135deg, #c06d13, #A0C013);