#c75721
a balanced, vivid orange · warm · closest name: chocolate
RGB
199, 87, 33
HSL
20°, 72%, 46%
CMYK
0, 56, 83, 22
Luminance
0.1907
Every format
| HEX | #c75721 |
| RGB | rgb(199, 87, 33) |
| HSL | hsl(20, 72%, 46%) |
| CMYK | cmyk(0%, 56%, 83%, 22%) |
| LAB | lab(50.8 41.8 50.4) |
| LCH | lch(50.8 65.5 50.3) |
| OKLCH | oklch(0.591 0.157 43.0) |
Copy-ready code
/* CSS */
color: #c75721;
background-color: #c75721;
/* Tailwind (arbitrary) */
class="text-[#c75721] bg-[#c75721]"
/* SCSS */
$brand: #c75721;
/* SwiftUI */
Color(red: 0.780, green: 0.341, blue: 0.129)
/* Android */
Color.parseColor("#c75721")Accessibility — WCAG contrast
Aa
#c75721 on white: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c75721 on black: 4.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green34.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta56.3%
Yellow83.4%
Key (black)22.0%
Color previews
#c75721 text on a black background
contrast 4.81:1
Card sample
#c75721 text on a white background
contrast 4.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c75721;
Background color
Panel with #c75721 background
background-color: #c75721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c75721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 87, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 87, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c75721; background: linear-gradient(135deg, #c75721, #C7C621);