#c64d21
a balanced, vivid orange · warm · closest name: chocolate
RGB
198, 77, 33
HSL
16°, 71%, 45%
CMYK
0, 61, 83, 22
Luminance
0.1742
Every format
| HEX | #c64d21 |
| RGB | rgb(198, 77, 33) |
| HSL | hsl(16, 71%, 45%) |
| CMYK | cmyk(0%, 61%, 83%, 22%) |
| LAB | lab(48.8 46.2 48.6) |
| LCH | lch(48.8 67.1 46.5) |
| OKLCH | oklch(0.576 0.164 38.8) |
Copy-ready code
/* CSS */
color: #c64d21;
background-color: #c64d21;
/* Tailwind (arbitrary) */
class="text-[#c64d21] bg-[#c64d21]"
/* SCSS */
$brand: #c64d21;
/* SwiftUI */
Color(red: 0.776, green: 0.302, blue: 0.129)
/* Android */
Color.parseColor("#c64d21")Accessibility — WCAG contrast
Aa
#c64d21 on white: 4.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c64d21 on black: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green30.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta61.1%
Yellow83.3%
Key (black)22.4%
Color previews
#c64d21 text on a black background
contrast 4.48:1
Card sample
#c64d21 text on a white background
contrast 4.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c64d21;
Background color
Panel with #c64d21 background
background-color: #c64d21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c64d21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 77, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 77, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c64d21; background: linear-gradient(135deg, #c64d21, #C6BB21);