#c55d13
a dark, electric orange · warm · closest name: chocolate
RGB
197, 93, 19
HSL
25°, 82%, 42%
CMYK
0, 53, 90, 23
Luminance
0.1975
Every format
| HEX | #c55d13 |
| RGB | rgb(197, 93, 19) |
| HSL | hsl(25, 82%, 42%) |
| CMYK | cmyk(0%, 53%, 90%, 23%) |
| LAB | lab(51.5 37.8 56.0) |
| LCH | lch(51.5 67.6 56.0) |
| OKLCH | oklch(0.596 0.153 48.9) |
Copy-ready code
/* CSS */
color: #c55d13;
background-color: #c55d13;
/* Tailwind (arbitrary) */
class="text-[#c55d13] bg-[#c55d13]"
/* SCSS */
$brand: #c55d13;
/* SwiftUI */
Color(red: 0.773, green: 0.365, blue: 0.075)
/* Android */
Color.parseColor("#c55d13")Accessibility — WCAG contrast
Aa
#c55d13 on white: 4.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c55d13 on black: 4.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green36.5%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta52.8%
Yellow90.4%
Key (black)22.7%
Color previews
#c55d13 text on a black background
contrast 4.95:1
Card sample
#c55d13 text on a white background
contrast 4.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c55d13;
Background color
Panel with #c55d13 background
background-color: #c55d13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c55d13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 93, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 93, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c55d13; background: linear-gradient(135deg, #c55d13, #B7C513);