#f54865
a balanced, electric red · warm · closest name: crimson
RGB
245, 72, 101
HSL
350°, 90%, 62%
CMYK
0, 71, 59, 4
Luminance
0.2499
Every format
| HEX | #f54865 |
| RGB | rgb(245, 72, 101) |
| HSL | hsl(350, 90%, 62%) |
| CMYK | cmyk(0%, 71%, 59%, 4%) |
| LAB | lab(57.1 66.9 22.9) |
| LCH | lch(57.1 70.7 18.9) |
| OKLCH | oklch(0.656 0.208 15.7) |
Copy-ready code
/* CSS */
color: #f54865;
background-color: #f54865;
/* Tailwind (arbitrary) */
class="text-[#f54865] bg-[#f54865]"
/* SCSS */
$brand: #f54865;
/* SwiftUI */
Color(red: 0.961, green: 0.282, blue: 0.396)
/* Android */
Color.parseColor("#f54865")Accessibility — WCAG contrast
Aa
#f54865 on white: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f54865 on black: 6.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green28.2%
Blue39.6%
CMYK percentages
Cyan0.0%
Magenta70.6%
Yellow58.8%
Key (black)3.9%
Color previews
#f54865 text on a black background
contrast 6.00:1
Card sample
#f54865 text on a white background
contrast 3.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f54865;
Background color
Panel with #f54865 background
background-color: #f54865;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f54865;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 72, 101, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 72, 101, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f54865; background: linear-gradient(135deg, #f54865, #F59E48);