#c2425a
a balanced, vivid red · warm · closest name: firebrick
RGB
194, 66, 90
HSL
349°, 51%, 51%
CMYK
0, 66, 54, 24
Luminance
0.1610
Every format
| HEX | #c2425a |
| RGB | rgb(194, 66, 90) |
| HSL | hsl(349, 51%, 51%) |
| CMYK | cmyk(0%, 66%, 54%, 24%) |
| LAB | lab(47.1 52.7 14.5) |
| LCH | lch(47.1 54.7 15.4) |
| OKLCH | oklch(0.565 0.163 13.0) |
Copy-ready code
/* CSS */
color: #c2425a;
background-color: #c2425a;
/* Tailwind (arbitrary) */
class="text-[#c2425a] bg-[#c2425a]"
/* SCSS */
$brand: #c2425a;
/* SwiftUI */
Color(red: 0.761, green: 0.259, blue: 0.353)
/* Android */
Color.parseColor("#c2425a")Accessibility — WCAG contrast
Aa
#c2425a on white: 4.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c2425a on black: 4.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green25.9%
Blue35.3%
CMYK percentages
Cyan0.0%
Magenta66.0%
Yellow53.6%
Key (black)23.9%
Color previews
#c2425a text on a black background
contrast 4.22:1
Card sample
#c2425a text on a white background
contrast 4.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2425a;
Background color
Panel with #c2425a background
background-color: #c2425a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2425a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 66, 90, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 66, 90, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2425a; background: linear-gradient(135deg, #c2425a, #C27F42);