#c75f2f
a balanced, vivid orange · warm · closest name: chocolate
RGB
199, 95, 47
HSL
19°, 62%, 48%
CMYK
0, 52, 76, 22
Luminance
0.2053
Every format
| HEX | #c75f2f |
| RGB | rgb(199, 95, 47) |
| HSL | hsl(19, 62%, 48%) |
| CMYK | cmyk(0%, 52%, 76%, 22%) |
| LAB | lab(52.4 38.3 45.6) |
| LCH | lch(52.4 59.5 49.9) |
| OKLCH | oklch(0.604 0.146 43.4) |
Copy-ready code
/* CSS */
color: #c75f2f;
background-color: #c75f2f;
/* Tailwind (arbitrary) */
class="text-[#c75f2f] bg-[#c75f2f]"
/* SCSS */
$brand: #c75f2f;
/* SwiftUI */
Color(red: 0.780, green: 0.373, blue: 0.184)
/* Android */
Color.parseColor("#c75f2f")Accessibility — WCAG contrast
Aa
#c75f2f on white: 4.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c75f2f on black: 5.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green37.3%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta52.3%
Yellow76.4%
Key (black)22.0%
Color previews
#c75f2f text on a black background
contrast 5.11:1
Card sample
#c75f2f text on a white background
contrast 4.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c75f2f;
Background color
Panel with #c75f2f background
background-color: #c75f2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c75f2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 95, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 95, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c75f2f; background: linear-gradient(135deg, #c75f2f, #C7C42F);