#f04870
a balanced, electric red · warm · closest name: crimson
RGB
240, 72, 112
HSL
346°, 85%, 61%
CMYK
0, 70, 53, 6
Luminance
0.2433
Every format
| HEX | #f04870 |
| RGB | rgb(240, 72, 112) |
| HSL | hsl(346, 85%, 61%) |
| CMYK | cmyk(0%, 70%, 53%, 6%) |
| LAB | lab(56.4 66.2 15.4) |
| LCH | lch(56.4 68.0 13.1) |
| OKLCH | oklch(0.650 0.204 11.0) |
Copy-ready code
/* CSS */
color: #f04870;
background-color: #f04870;
/* Tailwind (arbitrary) */
class="text-[#f04870] bg-[#f04870]"
/* SCSS */
$brand: #f04870;
/* SwiftUI */
Color(red: 0.941, green: 0.282, blue: 0.439)
/* Android */
Color.parseColor("#f04870")Accessibility — WCAG contrast
Aa
#f04870 on white: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f04870 on black: 5.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green28.2%
Blue43.9%
CMYK percentages
Cyan0.0%
Magenta70.0%
Yellow53.3%
Key (black)5.9%
Color previews
#f04870 text on a black background
contrast 5.87:1
Card sample
#f04870 text on a white background
contrast 3.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f04870;
Background color
Panel with #f04870 background
background-color: #f04870;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f04870;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 72, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 72, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f04870; background: linear-gradient(135deg, #f04870, #F09048);