#c26f37
a balanced, vivid orange · warm · closest name: peru
RGB
194, 111, 55
HSL
24°, 56%, 49%
CMYK
0, 43, 72, 24
Luminance
0.2311
Every format
| HEX | #c26f37 |
| RGB | rgb(194, 111, 55) |
| HSL | hsl(24, 56%, 49%) |
| CMYK | cmyk(0%, 43%, 72%, 24%) |
| LAB | lab(55.2 28.3 44.3) |
| LCH | lch(55.2 52.6 57.5) |
| OKLCH | oklch(0.624 0.126 52.2) |
Copy-ready code
/* CSS */
color: #c26f37;
background-color: #c26f37;
/* Tailwind (arbitrary) */
class="text-[#c26f37] bg-[#c26f37]"
/* SCSS */
$brand: #c26f37;
/* SwiftUI */
Color(red: 0.761, green: 0.435, blue: 0.216)
/* Android */
Color.parseColor("#c26f37")Accessibility — WCAG contrast
Aa
#c26f37 on white: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c26f37 on black: 5.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green43.5%
Blue21.6%
CMYK percentages
Cyan0.0%
Magenta42.8%
Yellow71.6%
Key (black)23.9%
Color previews
#c26f37 text on a black background
contrast 5.62:1
Card sample
#c26f37 text on a white background
contrast 3.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c26f37;
Background color
Panel with #c26f37 background
background-color: #c26f37;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c26f37;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 111, 55, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 111, 55, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c26f37; background: linear-gradient(135deg, #c26f37, #B8C237);