#c06513
a dark, electric orange · warm · closest name: chocolate
RGB
192, 101, 19
HSL
28°, 82%, 41%
CMYK
0, 47, 90, 25
Luminance
0.2056
Every format
| HEX | #c06513 |
| RGB | rgb(192, 101, 19) |
| HSL | hsl(28, 82%, 41%) |
| CMYK | cmyk(0%, 47%, 90%, 25%) |
| LAB | lab(52.5 31.6 56.4) |
| LCH | lch(52.5 64.6 60.8) |
| OKLCH | oklch(0.602 0.143 54.7) |
Copy-ready code
/* CSS */
color: #c06513;
background-color: #c06513;
/* Tailwind (arbitrary) */
class="text-[#c06513] bg-[#c06513]"
/* SCSS */
$brand: #c06513;
/* SwiftUI */
Color(red: 0.753, green: 0.396, blue: 0.075)
/* Android */
Color.parseColor("#c06513")Accessibility — WCAG contrast
Aa
#c06513 on white: 4.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c06513 on black: 5.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green39.6%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta47.4%
Yellow90.1%
Key (black)24.7%
Color previews
#c06513 text on a black background
contrast 5.11:1
Card sample
#c06513 text on a white background
contrast 4.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c06513;
Background color
Panel with #c06513 background
background-color: #c06513;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c06513;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 101, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 101, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c06513; background: linear-gradient(135deg, #c06513, #A8C013);