#c75f21
a balanced, vivid orange · warm · closest name: chocolate
RGB
199, 95, 33
HSL
22°, 72%, 46%
CMYK
0, 52, 83, 22
Luminance
0.2044
Every format
| HEX | #c75f21 |
| RGB | rgb(199, 95, 33) |
| HSL | hsl(22, 72%, 46%) |
| CMYK | cmyk(0%, 52%, 83%, 22%) |
| LAB | lab(52.3 37.9 51.8) |
| LCH | lch(52.3 64.2 53.8) |
| OKLCH | oklch(0.603 0.150 47.0) |
Copy-ready code
/* CSS */
color: #c75f21;
background-color: #c75f21;
/* Tailwind (arbitrary) */
class="text-[#c75f21] bg-[#c75f21]"
/* SCSS */
$brand: #c75f21;
/* SwiftUI */
Color(red: 0.780, green: 0.373, blue: 0.129)
/* Android */
Color.parseColor("#c75f21")Accessibility — WCAG contrast
Aa
#c75f21 on white: 4.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c75f21 on black: 5.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green37.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta52.3%
Yellow83.4%
Key (black)22.0%
Color previews
#c75f21 text on a black background
contrast 5.09:1
Card sample
#c75f21 text on a white background
contrast 4.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c75f21;
Background color
Panel with #c75f21 background
background-color: #c75f21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c75f21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 95, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 95, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c75f21; background: linear-gradient(135deg, #c75f21, #C0C721);