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