#c95e21
a balanced, vivid orange · warm · closest name: chocolate
RGB
201, 94, 33
HSL
22°, 72%, 46%
CMYK
0, 53, 84, 21
Luminance
0.2053
Every format
| HEX | #c95e21 |
| RGB | rgb(201, 94, 33) |
| HSL | hsl(22, 72%, 46%) |
| CMYK | cmyk(0%, 53%, 84%, 21%) |
| LAB | lab(52.4 39.1 52.0) |
| LCH | lch(52.4 65.1 53.0) |
| OKLCH | oklch(0.605 0.153 46.1) |
Copy-ready code
/* CSS */
color: #c95e21;
background-color: #c95e21;
/* Tailwind (arbitrary) */
class="text-[#c95e21] bg-[#c95e21]"
/* SCSS */
$brand: #c95e21;
/* SwiftUI */
Color(red: 0.788, green: 0.369, blue: 0.129)
/* Android */
Color.parseColor("#c95e21")Accessibility — WCAG contrast
Aa
#c95e21 on white: 4.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c95e21 on black: 5.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green36.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta53.2%
Yellow83.6%
Key (black)21.2%
Color previews
#c95e21 text on a black background
contrast 5.11:1
Card sample
#c95e21 text on a white background
contrast 4.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c95e21;
Background color
Panel with #c95e21 background
background-color: #c95e21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c95e21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 94, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 94, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c95e21; background: linear-gradient(135deg, #c95e21, #C4C921);