#c25e2c
a balanced, vivid orange · warm · closest name: chocolate
RGB
194, 94, 44
HSL
20°, 63%, 47%
CMYK
0, 52, 77, 24
Luminance
0.1966
Every format
| HEX | #c25e2c |
| RGB | rgb(194, 94, 44) |
| HSL | hsl(20, 63%, 47%) |
| CMYK | cmyk(0%, 52%, 77%, 24%) |
| LAB | lab(51.5 36.8 45.8) |
| LCH | lch(51.5 58.7 51.2) |
| OKLCH | oklch(0.595 0.143 44.8) |
Copy-ready code
/* CSS */
color: #c25e2c;
background-color: #c25e2c;
/* Tailwind (arbitrary) */
class="text-[#c25e2c] bg-[#c25e2c]"
/* SCSS */
$brand: #c25e2c;
/* SwiftUI */
Color(red: 0.761, green: 0.369, blue: 0.173)
/* Android */
Color.parseColor("#c25e2c")Accessibility — WCAG contrast
Aa
#c25e2c on white: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c25e2c on black: 4.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green36.9%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta51.5%
Yellow77.3%
Key (black)23.9%
Color previews
#c25e2c text on a black background
contrast 4.93:1
Card sample
#c25e2c text on a white background
contrast 4.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c25e2c;
Background color
Panel with #c25e2c background
background-color: #c25e2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c25e2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 94, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 94, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c25e2c; background: linear-gradient(135deg, #c25e2c, #C2C22C);