#f04475
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
240, 68, 117
HSL
343°, 85%, 60%
CMYK
0, 72, 51, 6
Luminance
0.2394
Every format
| HEX | #f04475 |
| RGB | rgb(240, 68, 117) |
| HSL | hsl(343, 85%, 60%) |
| CMYK | cmyk(0%, 72%, 51%, 6%) |
| LAB | lab(56.0 68.0 11.9) |
| LCH | lch(56.0 69.0 9.9) |
| OKLCH | oklch(0.648 0.209 8.4) |
Copy-ready code
/* CSS */
color: #f04475;
background-color: #f04475;
/* Tailwind (arbitrary) */
class="text-[#f04475] bg-[#f04475]"
/* SCSS */
$brand: #f04475;
/* SwiftUI */
Color(red: 0.941, green: 0.267, blue: 0.459)
/* Android */
Color.parseColor("#f04475")Accessibility — WCAG contrast
Aa
#f04475 on white: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f04475 on black: 5.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green26.7%
Blue45.9%
CMYK percentages
Cyan0.0%
Magenta71.7%
Yellow51.3%
Key (black)5.9%
Color previews
#f04475 text on a black background
contrast 5.79:1
Card sample
#f04475 text on a white background
contrast 3.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f04475;
Background color
Panel with #f04475 background
background-color: #f04475;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f04475;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 68, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 68, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f04475; background: linear-gradient(135deg, #f04475, #F08644);