#f04866
a balanced, electric red · warm · closest name: crimson
RGB
240, 72, 102
HSL
349°, 85%, 61%
CMYK
0, 70, 58, 6
Luminance
0.2412
Every format
| HEX | #f04866 |
| RGB | rgb(240, 72, 102) |
| HSL | hsl(349, 85%, 61%) |
| CMYK | cmyk(0%, 70%, 58%, 6%) |
| LAB | lab(56.2 65.5 21.0) |
| LCH | lch(56.2 68.8 17.8) |
| OKLCH | oklch(0.648 0.203 14.8) |
Copy-ready code
/* CSS */
color: #f04866;
background-color: #f04866;
/* Tailwind (arbitrary) */
class="text-[#f04866] bg-[#f04866]"
/* SCSS */
$brand: #f04866;
/* SwiftUI */
Color(red: 0.941, green: 0.282, blue: 0.400)
/* Android */
Color.parseColor("#f04866")Accessibility — WCAG contrast
Aa
#f04866 on white: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f04866 on black: 5.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green28.2%
Blue40.0%
CMYK percentages
Cyan0.0%
Magenta70.0%
Yellow57.5%
Key (black)5.9%
Color previews
#f04866 text on a black background
contrast 5.82:1
Card sample
#f04866 text on a white background
contrast 3.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f04866;
Background color
Panel with #f04866 background
background-color: #f04866;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f04866;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 72, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 72, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f04866; background: linear-gradient(135deg, #f04866, #F09A48);