#c26d21
a dark, vivid orange · warm · closest name: chocolate
RGB
194, 109, 33
HSL
28°, 71%, 45%
CMYK
0, 44, 83, 24
Luminance
0.2252
Every format
| HEX | #c26d21 |
| RGB | rgb(194, 109, 33) |
| HSL | hsl(28, 71%, 45%) |
| CMYK | cmyk(0%, 44%, 83%, 24%) |
| LAB | lab(54.6 28.5 53.5) |
| LCH | lch(54.6 60.6 62.0) |
| OKLCH | oklch(0.619 0.137 56.8) |
Copy-ready code
/* CSS */
color: #c26d21;
background-color: #c26d21;
/* Tailwind (arbitrary) */
class="text-[#c26d21] bg-[#c26d21]"
/* SCSS */
$brand: #c26d21;
/* SwiftUI */
Color(red: 0.761, green: 0.427, blue: 0.129)
/* Android */
Color.parseColor("#c26d21")Accessibility — WCAG contrast
Aa
#c26d21 on white: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c26d21 on black: 5.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green42.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta43.8%
Yellow83.0%
Key (black)23.9%
Color previews
#c26d21 text on a black background
contrast 5.50:1
Card sample
#c26d21 text on a white background
contrast 3.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c26d21;
Background color
Panel with #c26d21 background
background-color: #c26d21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c26d21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 109, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 109, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c26d21; background: linear-gradient(135deg, #c26d21, #ACC221);