#c2425e
a balanced, vivid red · warm · closest name: firebrick
RGB
194, 66, 94
HSL
347°, 51%, 51%
CMYK
0, 66, 52, 24
Luminance
0.1617
Every format
| HEX | #c2425e |
| RGB | rgb(194, 66, 94) |
| HSL | hsl(347, 51%, 51%) |
| CMYK | cmyk(0%, 66%, 52%, 24%) |
| LAB | lab(47.2 53.0 12.2) |
| LCH | lch(47.2 54.4 13.0) |
| OKLCH | oklch(0.566 0.164 11.0) |
Copy-ready code
/* CSS */
color: #c2425e;
background-color: #c2425e;
/* Tailwind (arbitrary) */
class="text-[#c2425e] bg-[#c2425e]"
/* SCSS */
$brand: #c2425e;
/* SwiftUI */
Color(red: 0.761, green: 0.259, blue: 0.369)
/* Android */
Color.parseColor("#c2425e")Accessibility — WCAG contrast
Aa
#c2425e on white: 4.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c2425e on black: 4.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green25.9%
Blue36.9%
CMYK percentages
Cyan0.0%
Magenta66.0%
Yellow51.5%
Key (black)23.9%
Color previews
#c2425e text on a black background
contrast 4.23:1
Card sample
#c2425e text on a white background
contrast 4.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2425e;
Background color
Panel with #c2425e background
background-color: #c2425e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2425e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 66, 94, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 66, 94, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2425e; background: linear-gradient(135deg, #c2425e, #C27B42);