#c25b21
a dark, vivid orange · warm · closest name: chocolate
RGB
194, 91, 33
HSL
22°, 71%, 45%
CMYK
0, 53, 83, 24
Luminance
0.1906
Every format
| HEX | #c25b21 |
| RGB | rgb(194, 91, 33) |
| HSL | hsl(22, 71%, 45%) |
| CMYK | cmyk(0%, 53%, 83%, 24%) |
| LAB | lab(50.8 37.9 50.1) |
| LCH | lch(50.8 62.8 52.9) |
| OKLCH | oklch(0.590 0.148 46.0) |
Copy-ready code
/* CSS */
color: #c25b21;
background-color: #c25b21;
/* Tailwind (arbitrary) */
class="text-[#c25b21] bg-[#c25b21]"
/* SCSS */
$brand: #c25b21;
/* SwiftUI */
Color(red: 0.761, green: 0.357, blue: 0.129)
/* Android */
Color.parseColor("#c25b21")Accessibility — WCAG contrast
Aa
#c25b21 on white: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c25b21 on black: 4.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green35.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta53.1%
Yellow83.0%
Key (black)23.9%
Color previews
#c25b21 text on a black background
contrast 4.81:1
Card sample
#c25b21 text on a white background
contrast 4.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c25b21;
Background color
Panel with #c25b21 background
background-color: #c25b21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c25b21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 91, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 91, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c25b21; background: linear-gradient(135deg, #c25b21, #BEC221);