#c25321
a dark, vivid orange · warm · closest name: chocolate
RGB
194, 83, 33
HSL
19°, 71%, 45%
CMYK
0, 57, 83, 24
Luminance
0.1777
Every format
| HEX | #c25321 |
| RGB | rgb(194, 83, 33) |
| HSL | hsl(19, 71%, 45%) |
| CMYK | cmyk(0%, 57%, 83%, 24%) |
| LAB | lab(49.2 41.9 48.7) |
| LCH | lch(49.2 64.3 49.3) |
| OKLCH | oklch(0.578 0.155 42.0) |
Copy-ready code
/* CSS */
color: #c25321;
background-color: #c25321;
/* Tailwind (arbitrary) */
class="text-[#c25321] bg-[#c25321]"
/* SCSS */
$brand: #c25321;
/* SwiftUI */
Color(red: 0.761, green: 0.325, blue: 0.129)
/* Android */
Color.parseColor("#c25321")Accessibility — WCAG contrast
Aa
#c25321 on white: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c25321 on black: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green32.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta57.2%
Yellow83.0%
Key (black)23.9%
Color previews
#c25321 text on a black background
contrast 4.55:1
Card sample
#c25321 text on a white background
contrast 4.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c25321;
Background color
Panel with #c25321 background
background-color: #c25321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c25321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 83, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 83, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c25321; background: linear-gradient(135deg, #c25321, #C2BE21);