#c06113
a dark, electric orange · warm · closest name: chocolate
RGB
192, 97, 19
HSL
27°, 82%, 41%
CMYK
0, 50, 90, 25
Luminance
0.1980
Every format
| HEX | #c06113 |
| RGB | rgb(192, 97, 19) |
| HSL | hsl(27, 82%, 41%) |
| CMYK | cmyk(0%, 50%, 90%, 25%) |
| LAB | lab(51.6 33.7 55.8) |
| LCH | lch(51.6 65.1 58.9) |
| OKLCH | oklch(0.595 0.146 52.4) |
Copy-ready code
/* CSS */
color: #c06113;
background-color: #c06113;
/* Tailwind (arbitrary) */
class="text-[#c06113] bg-[#c06113]"
/* SCSS */
$brand: #c06113;
/* SwiftUI */
Color(red: 0.753, green: 0.380, blue: 0.075)
/* Android */
Color.parseColor("#c06113")Accessibility — WCAG contrast
Aa
#c06113 on white: 4.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c06113 on black: 4.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green38.0%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta49.5%
Yellow90.1%
Key (black)24.7%
Color previews
#c06113 text on a black background
contrast 4.96:1
Card sample
#c06113 text on a white background
contrast 4.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c06113;
Background color
Panel with #c06113 background
background-color: #c06113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c06113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 97, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 97, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c06113; background: linear-gradient(135deg, #c06113, #ACC013);