#c37c01
a dark, electric orange · warm · closest name: peru
RGB
195, 124, 1
HSL
38°, 99%, 38%
CMYK
0, 36, 100, 24
Luminance
0.2602
Every format
| HEX | #c37c01 |
| RGB | rgb(195, 124, 1) |
| HSL | hsl(38, 99%, 38%) |
| CMYK | cmyk(0%, 36%, 100%, 24%) |
| LAB | lab(58.1 20.2 64.2) |
| LCH | lch(58.1 67.3 72.6) |
| OKLCH | oklch(0.646 0.140 69.9) |
Copy-ready code
/* CSS */
color: #c37c01;
background-color: #c37c01;
/* Tailwind (arbitrary) */
class="text-[#c37c01] bg-[#c37c01]"
/* SCSS */
$brand: #c37c01;
/* SwiftUI */
Color(red: 0.765, green: 0.486, blue: 0.004)
/* Android */
Color.parseColor("#c37c01")Accessibility — WCAG contrast
Aa
#c37c01 on white: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c37c01 on black: 6.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green48.6%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta36.4%
Yellow99.5%
Key (black)23.5%
Color previews
#c37c01 text on a black background
contrast 6.20:1
Card sample
#c37c01 text on a white background
contrast 3.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c37c01;
Background color
Panel with #c37c01 background
background-color: #c37c01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c37c01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 124, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 124, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c37c01; background: linear-gradient(135deg, #c37c01, #89C301);