#c64f21
a balanced, vivid orange · warm · closest name: chocolate
RGB
198, 79, 33
HSL
17°, 71%, 45%
CMYK
0, 60, 83, 22
Luminance
0.1771
Every format
| HEX | #c64f21 |
| RGB | rgb(198, 79, 33) |
| HSL | hsl(17, 71%, 45%) |
| CMYK | cmyk(0%, 60%, 83%, 22%) |
| LAB | lab(49.1 45.3 48.9) |
| LCH | lch(49.1 66.7 47.2) |
| OKLCH | oklch(0.579 0.163 39.6) |
Copy-ready code
/* CSS */
color: #c64f21;
background-color: #c64f21;
/* Tailwind (arbitrary) */
class="text-[#c64f21] bg-[#c64f21]"
/* SCSS */
$brand: #c64f21;
/* SwiftUI */
Color(red: 0.776, green: 0.310, blue: 0.129)
/* Android */
Color.parseColor("#c64f21")Accessibility — WCAG contrast
Aa
#c64f21 on white: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c64f21 on black: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green31.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta60.1%
Yellow83.3%
Key (black)22.4%
Color previews
#c64f21 text on a black background
contrast 4.54:1
Card sample
#c64f21 text on a white background
contrast 4.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c64f21;
Background color
Panel with #c64f21 background
background-color: #c64f21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c64f21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 79, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 79, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c64f21; background: linear-gradient(135deg, #c64f21, #C6BD21);