#f02469
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
240, 36, 105
HSL
340°, 87%, 54%
CMYK
0, 85, 56, 6
Luminance
0.2081
Every format
| HEX | #f02469 |
| RGB | rgb(240, 36, 105) |
| HSL | hsl(340, 87%, 54%) |
| CMYK | cmyk(0%, 85%, 56%, 6%) |
| LAB | lab(52.7 75.6 14.5) |
| LCH | lch(52.7 77.0 10.9) |
| OKLCH | oklch(0.623 0.233 9.0) |
Copy-ready code
/* CSS */
color: #f02469;
background-color: #f02469;
/* Tailwind (arbitrary) */
class="text-[#f02469] bg-[#f02469]"
/* SCSS */
$brand: #f02469;
/* SwiftUI */
Color(red: 0.941, green: 0.141, blue: 0.412)
/* Android */
Color.parseColor("#f02469")Accessibility — WCAG contrast
Aa
#f02469 on white: 4.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f02469 on black: 5.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green14.1%
Blue41.2%
CMYK percentages
Cyan0.0%
Magenta85.0%
Yellow56.3%
Key (black)5.9%
Color previews
#f02469 text on a black background
contrast 5.16:1
Card sample
#f02469 text on a white background
contrast 4.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f02469;
Background color
Panel with #f02469 background
background-color: #f02469;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f02469;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 36, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 36, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f02469; background: linear-gradient(135deg, #f02469, #F06724);