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