#c37b09
a dark, electric orange · warm · closest name: peru
RGB
195, 123, 9
HSL
37°, 91%, 40%
CMYK
0, 37, 95, 24
Luminance
0.2579
Every format
| HEX | #c37b09 |
| RGB | rgb(195, 123, 9) |
| HSL | hsl(37, 91%, 40%) |
| CMYK | cmyk(0%, 37%, 95%, 24%) |
| LAB | lab(57.8 20.8 62.7) |
| LCH | lch(57.8 66.0 71.6) |
| OKLCH | oklch(0.644 0.139 68.7) |
Copy-ready code
/* CSS */
color: #c37b09;
background-color: #c37b09;
/* Tailwind (arbitrary) */
class="text-[#c37b09] bg-[#c37b09]"
/* SCSS */
$brand: #c37b09;
/* SwiftUI */
Color(red: 0.765, green: 0.482, blue: 0.035)
/* Android */
Color.parseColor("#c37b09")Accessibility — WCAG contrast
Aa
#c37b09 on white: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c37b09 on black: 6.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green48.2%
Blue3.5%
CMYK percentages
Cyan0.0%
Magenta36.9%
Yellow95.4%
Key (black)23.5%
Color previews
#c37b09 text on a black background
contrast 6.16:1
Card sample
#c37b09 text on a white background
contrast 3.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c37b09;
Background color
Panel with #c37b09 background
background-color: #c37b09;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c37b09;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 123, 9, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 123, 9, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c37b09; background: linear-gradient(135deg, #c37b09, #8FC309);