#c37e21
a dark, vivid orange · warm · closest name: peru
RGB
195, 126, 33
HSL
34°, 71%, 45%
CMYK
0, 35, 83, 24
Luminance
0.2663
Every format
| HEX | #c37e21 |
| RGB | rgb(195, 126, 33) |
| HSL | hsl(34, 71%, 45%) |
| CMYK | cmyk(0%, 35%, 83%, 24%) |
| LAB | lab(58.6 19.6 57.1) |
| LCH | lch(58.6 60.4 71.0) |
| OKLCH | oklch(0.651 0.132 68.2) |
Copy-ready code
/* CSS */
color: #c37e21;
background-color: #c37e21;
/* Tailwind (arbitrary) */
class="text-[#c37e21] bg-[#c37e21]"
/* SCSS */
$brand: #c37e21;
/* SwiftUI */
Color(red: 0.765, green: 0.494, blue: 0.129)
/* Android */
Color.parseColor("#c37e21")Accessibility — WCAG contrast
Aa
#c37e21 on white: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c37e21 on black: 6.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green49.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta35.4%
Yellow83.1%
Key (black)23.5%
Color previews
#c37e21 text on a black background
contrast 6.33:1
Card sample
#c37e21 text on a white background
contrast 3.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c37e21;
Background color
Panel with #c37e21 background
background-color: #c37e21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c37e21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 126, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 126, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c37e21; background: linear-gradient(135deg, #c37e21, #9CC321);