#c65113
a dark, electric orange · warm · closest name: chocolate
RGB
198, 81, 19
HSL
21°, 83%, 43%
CMYK
0, 59, 90, 22
Luminance
0.1794
Every format
| HEX | #c65113 |
| RGB | rgb(198, 81, 19) |
| HSL | hsl(21, 83%, 43%) |
| CMYK | cmyk(0%, 59%, 90%, 22%) |
| LAB | lab(49.4 44.0 54.5) |
| LCH | lch(49.4 70.1 51.1) |
| OKLCH | oklch(0.581 0.164 43.0) |
Copy-ready code
/* CSS */
color: #c65113;
background-color: #c65113;
/* Tailwind (arbitrary) */
class="text-[#c65113] bg-[#c65113]"
/* SCSS */
$brand: #c65113;
/* SwiftUI */
Color(red: 0.776, green: 0.318, blue: 0.075)
/* Android */
Color.parseColor("#c65113")Accessibility — WCAG contrast
Aa
#c65113 on white: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c65113 on black: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green31.8%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta59.1%
Yellow90.4%
Key (black)22.4%
Color previews
#c65113 text on a black background
contrast 4.59:1
Card sample
#c65113 text on a white background
contrast 4.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c65113;
Background color
Panel with #c65113 background
background-color: #c65113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c65113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 81, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 81, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c65113; background: linear-gradient(135deg, #c65113, #C3C613);