#c25511
a dark, electric orange · warm · closest name: chocolate
RGB
194, 85, 17
HSL
23°, 84%, 41%
CMYK
0, 56, 91, 24
Luminance
0.1801
Every format
| HEX | #c25511 |
| RGB | rgb(194, 85, 17) |
| HSL | hsl(23, 84%, 41%) |
| CMYK | cmyk(0%, 56%, 91%, 24%) |
| LAB | lab(49.5 40.5 54.9) |
| LCH | lch(49.5 68.3 53.6) |
| OKLCH | oklch(0.580 0.157 45.8) |
Copy-ready code
/* CSS */
color: #c25511;
background-color: #c25511;
/* Tailwind (arbitrary) */
class="text-[#c25511] bg-[#c25511]"
/* SCSS */
$brand: #c25511;
/* SwiftUI */
Color(red: 0.761, green: 0.333, blue: 0.067)
/* Android */
Color.parseColor("#c25511")Accessibility — WCAG contrast
Aa
#c25511 on white: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c25511 on black: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green33.3%
Blue6.7%
CMYK percentages
Cyan0.0%
Magenta56.2%
Yellow91.2%
Key (black)23.9%
Color previews
#c25511 text on a black background
contrast 4.60:1
Card sample
#c25511 text on a white background
contrast 4.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c25511;
Background color
Panel with #c25511 background
background-color: #c25511;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c25511;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 85, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 85, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c25511; background: linear-gradient(135deg, #c25511, #B9C211);