#c85f2f
a balanced, vivid orange · warm · closest name: chocolate
RGB
200, 95, 47
HSL
19°, 62%, 48%
CMYK
0, 53, 77, 22
Luminance
0.2067
Every format
| HEX | #c85f2f |
| RGB | rgb(200, 95, 47) |
| HSL | hsl(19, 62%, 48%) |
| CMYK | cmyk(0%, 53%, 77%, 22%) |
| LAB | lab(52.6 38.7 45.8) |
| LCH | lch(52.6 60.0 49.8) |
| OKLCH | oklch(0.606 0.147 43.2) |
Copy-ready code
/* CSS */
color: #c85f2f;
background-color: #c85f2f;
/* Tailwind (arbitrary) */
class="text-[#c85f2f] bg-[#c85f2f]"
/* SCSS */
$brand: #c85f2f;
/* SwiftUI */
Color(red: 0.784, green: 0.373, blue: 0.184)
/* Android */
Color.parseColor("#c85f2f")Accessibility — WCAG contrast
Aa
#c85f2f on white: 4.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c85f2f on black: 5.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green37.3%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta52.5%
Yellow76.5%
Key (black)21.6%
Color previews
#c85f2f text on a black background
contrast 5.13:1
Card sample
#c85f2f text on a white background
contrast 4.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c85f2f;
Background color
Panel with #c85f2f background
background-color: #c85f2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c85f2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 95, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 95, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c85f2f; background: linear-gradient(135deg, #c85f2f, #C8C52F);