#f2575b
a balanced, electric red · warm · closest name: crimson
RGB
242, 87, 91
HSL
359°, 86%, 65%
CMYK
0, 64, 62, 5
Luminance
0.2645
Every format
| HEX | #f2575b |
| RGB | rgb(242, 87, 91) |
| HSL | hsl(359, 86%, 65%) |
| CMYK | cmyk(0%, 64%, 62%, 5%) |
| LAB | lab(58.5 59.6 30.4) |
| LCH | lch(58.5 66.9 27.0) |
| OKLCH | oklch(0.665 0.190 22.5) |
Copy-ready code
/* CSS */
color: #f2575b;
background-color: #f2575b;
/* Tailwind (arbitrary) */
class="text-[#f2575b] bg-[#f2575b]"
/* SCSS */
$brand: #f2575b;
/* SwiftUI */
Color(red: 0.949, green: 0.341, blue: 0.357)
/* Android */
Color.parseColor("#f2575b")Accessibility — WCAG contrast
Aa
#f2575b on white: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f2575b on black: 6.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green34.1%
Blue35.7%
CMYK percentages
Cyan0.0%
Magenta64.0%
Yellow62.4%
Key (black)5.1%
Color previews
#f2575b text on a black background
contrast 6.29:1
Card sample
#f2575b text on a white background
contrast 3.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2575b;
Background color
Panel with #f2575b background
background-color: #f2575b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2575b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 87, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 87, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2575b; background: linear-gradient(135deg, #f2575b, #F2BA57);