#c55b21
a balanced, vivid orange · warm · closest name: chocolate
RGB
197, 91, 33
HSL
21°, 71%, 45%
CMYK
0, 54, 83, 23
Luminance
0.1946
Every format
| HEX | #c55b21 |
| RGB | rgb(197, 91, 33) |
| HSL | hsl(21, 71%, 45%) |
| CMYK | cmyk(0%, 54%, 83%, 23%) |
| LAB | lab(51.2 39.1 50.7) |
| LCH | lch(51.2 64.0 52.4) |
| OKLCH | oklch(0.594 0.151 45.4) |
Copy-ready code
/* CSS */
color: #c55b21;
background-color: #c55b21;
/* Tailwind (arbitrary) */
class="text-[#c55b21] bg-[#c55b21]"
/* SCSS */
$brand: #c55b21;
/* SwiftUI */
Color(red: 0.773, green: 0.357, blue: 0.129)
/* Android */
Color.parseColor("#c55b21")Accessibility — WCAG contrast
Aa
#c55b21 on white: 4.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c55b21 on black: 4.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green35.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta53.8%
Yellow83.2%
Key (black)22.7%
Color previews
#c55b21 text on a black background
contrast 4.89:1
Card sample
#c55b21 text on a white background
contrast 4.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c55b21;
Background color
Panel with #c55b21 background
background-color: #c55b21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c55b21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 91, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 91, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c55b21; background: linear-gradient(135deg, #c55b21, #C2C521);