#c26413
a dark, electric orange · warm · closest name: chocolate
RGB
194, 100, 19
HSL
28°, 82%, 42%
CMYK
0, 49, 90, 24
Luminance
0.2063
Every format
| HEX | #c26413 |
| RGB | rgb(194, 100, 19) |
| HSL | hsl(28, 82%, 42%) |
| CMYK | cmyk(0%, 49%, 90%, 24%) |
| LAB | lab(52.5 32.9 56.6) |
| LCH | lch(52.5 65.5 59.8) |
| OKLCH | oklch(0.603 0.146 53.5) |
Copy-ready code
/* CSS */
color: #c26413;
background-color: #c26413;
/* Tailwind (arbitrary) */
class="text-[#c26413] bg-[#c26413]"
/* SCSS */
$brand: #c26413;
/* SwiftUI */
Color(red: 0.761, green: 0.392, blue: 0.075)
/* Android */
Color.parseColor("#c26413")Accessibility — WCAG contrast
Aa
#c26413 on white: 4.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c26413 on black: 5.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green39.2%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta48.5%
Yellow90.2%
Key (black)23.9%
Color previews
#c26413 text on a black background
contrast 5.13:1
Card sample
#c26413 text on a white background
contrast 4.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c26413;
Background color
Panel with #c26413 background
background-color: #c26413;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c26413;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 100, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 100, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c26413; background: linear-gradient(135deg, #c26413, #ABC213);