#f45461
a balanced, electric red · warm · closest name: crimson
RGB
244, 84, 97
HSL
355°, 88%, 64%
CMYK
0, 66, 60, 4
Luminance
0.2644
Every format
| HEX | #f45461 |
| RGB | rgb(244, 84, 97) |
| HSL | hsl(355, 88%, 64%) |
| CMYK | cmyk(0%, 66%, 60%, 4%) |
| LAB | lab(58.5 61.8 27.0) |
| LCH | lch(58.5 67.5 23.6) |
| OKLCH | oklch(0.666 0.195 19.6) |
Copy-ready code
/* CSS */
color: #f45461;
background-color: #f45461;
/* Tailwind (arbitrary) */
class="text-[#f45461] bg-[#f45461]"
/* SCSS */
$brand: #f45461;
/* SwiftUI */
Color(red: 0.957, green: 0.329, blue: 0.380)
/* Android */
Color.parseColor("#f45461")Accessibility — WCAG contrast
Aa
#f45461 on white: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f45461 on black: 6.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green32.9%
Blue38.0%
CMYK percentages
Cyan0.0%
Magenta65.6%
Yellow60.2%
Key (black)4.3%
Color previews
#f45461 text on a black background
contrast 6.29:1
Card sample
#f45461 text on a white background
contrast 3.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f45461;
Background color
Panel with #f45461 background
background-color: #f45461;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f45461;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 84, 97, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 84, 97, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f45461; background: linear-gradient(135deg, #f45461, #F4B254);