#c26708
a dark, electric orange · warm · closest name: chocolate
RGB
194, 103, 8
HSL
31°, 92%, 40%
CMYK
0, 47, 96, 24
Luminance
0.2119
Every format
| HEX | #c26708 |
| RGB | rgb(194, 103, 8) |
| HSL | hsl(31, 92%, 40%) |
| CMYK | cmyk(0%, 47%, 96%, 24%) |
| LAB | lab(53.2 31.2 59.6) |
| LCH | lch(53.2 67.3 62.4) |
| OKLCH | oklch(0.608 0.146 56.4) |
Copy-ready code
/* CSS */
color: #c26708;
background-color: #c26708;
/* Tailwind (arbitrary) */
class="text-[#c26708] bg-[#c26708]"
/* SCSS */
$brand: #c26708;
/* SwiftUI */
Color(red: 0.761, green: 0.404, blue: 0.031)
/* Android */
Color.parseColor("#c26708")Accessibility — WCAG contrast
Aa
#c26708 on white: 4.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c26708 on black: 5.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green40.4%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta46.9%
Yellow95.9%
Key (black)23.9%
Color previews
#c26708 text on a black background
contrast 5.24:1
Card sample
#c26708 text on a white background
contrast 4.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c26708;
Background color
Panel with #c26708 background
background-color: #c26708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c26708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 103, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 103, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c26708; background: linear-gradient(135deg, #c26708, #A1C208);