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