#c26b13
a dark, electric orange · warm · closest name: chocolate
RGB
194, 107, 19
HSL
30°, 82%, 42%
CMYK
0, 45, 90, 24
Luminance
0.2203
Every format
| HEX | #c26b13 |
| RGB | rgb(194, 107, 19) |
| HSL | hsl(30, 82%, 42%) |
| CMYK | cmyk(0%, 45%, 90%, 24%) |
| LAB | lab(54.1 29.2 57.7) |
| LCH | lch(54.1 64.7 63.2) |
| OKLCH | oklch(0.615 0.142 57.7) |
Copy-ready code
/* CSS */
color: #c26b13;
background-color: #c26b13;
/* Tailwind (arbitrary) */
class="text-[#c26b13] bg-[#c26b13]"
/* SCSS */
$brand: #c26b13;
/* SwiftUI */
Color(red: 0.761, green: 0.420, blue: 0.075)
/* Android */
Color.parseColor("#c26b13")Accessibility — WCAG contrast
Aa
#c26b13 on white: 3.88:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c26b13 on black: 5.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green42.0%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta44.8%
Yellow90.2%
Key (black)23.9%
Color previews
#c26b13 text on a black background
contrast 5.41:1
Card sample
#c26b13 text on a white background
contrast 3.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c26b13;
Background color
Panel with #c26b13 background
background-color: #c26b13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c26b13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 107, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 107, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c26b13; background: linear-gradient(135deg, #c26b13, #A4C213);