#c65721
a balanced, vivid orange · warm · closest name: chocolate
RGB
198, 87, 33
HSL
20°, 71%, 45%
CMYK
0, 56, 83, 22
Luminance
0.1893
Every format
| HEX | #c65721 |
| RGB | rgb(198, 87, 33) |
| HSL | hsl(20, 71%, 45%) |
| CMYK | cmyk(0%, 56%, 83%, 22%) |
| LAB | lab(50.6 41.5 50.2) |
| LCH | lch(50.6 65.1 50.5) |
| OKLCH | oklch(0.590 0.156 43.2) |
Copy-ready code
/* CSS */
color: #c65721;
background-color: #c65721;
/* Tailwind (arbitrary) */
class="text-[#c65721] bg-[#c65721]"
/* SCSS */
$brand: #c65721;
/* SwiftUI */
Color(red: 0.776, green: 0.341, blue: 0.129)
/* Android */
Color.parseColor("#c65721")Accessibility — WCAG contrast
Aa
#c65721 on white: 4.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c65721 on black: 4.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green34.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta56.1%
Yellow83.3%
Key (black)22.4%
Color previews
#c65721 text on a black background
contrast 4.79:1
Card sample
#c65721 text on a white background
contrast 4.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c65721;
Background color
Panel with #c65721 background
background-color: #c65721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c65721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 87, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 87, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c65721; background: linear-gradient(135deg, #c65721, #C6C521);