#c2811f
a dark, vivid orange · warm · closest name: peru
RGB
194, 129, 31
HSL
36°, 72%, 44%
CMYK
0, 34, 84, 24
Luminance
0.2727
Every format
| HEX | #c2811f |
| RGB | rgb(194, 129, 31) |
| HSL | hsl(36, 72%, 44%) |
| CMYK | cmyk(0%, 34%, 84%, 24%) |
| LAB | lab(59.2 17.5 58.3) |
| LCH | lch(59.2 60.8 73.3) |
| OKLCH | oklch(0.655 0.131 71.2) |
Copy-ready code
/* CSS */
color: #c2811f;
background-color: #c2811f;
/* Tailwind (arbitrary) */
class="text-[#c2811f] bg-[#c2811f]"
/* SCSS */
$brand: #c2811f;
/* SwiftUI */
Color(red: 0.761, green: 0.506, blue: 0.122)
/* Android */
Color.parseColor("#c2811f")Accessibility — WCAG contrast
Aa
#c2811f on white: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c2811f on black: 6.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green50.6%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta33.5%
Yellow84.0%
Key (black)23.9%
Color previews
#c2811f text on a black background
contrast 6.45:1
Card sample
#c2811f text on a white background
contrast 3.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2811f;
Background color
Panel with #c2811f background
background-color: #c2811f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2811f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 129, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 129, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2811f; background: linear-gradient(135deg, #c2811f, #96C21F);