#f073df
a light, electric magenta / pink · warm · closest name: violet
RGB
240, 115, 223
HSL
308°, 81%, 70%
CMYK
0, 52, 7, 6
Luminance
0.3611
Every format
| HEX | #f073df |
| RGB | rgb(240, 115, 223) |
| HSL | hsl(308, 81%, 70%) |
| CMYK | cmyk(0%, 52%, 7%, 6%) |
| LAB | lab(66.6 61.5 -33.3) |
| LCH | lch(66.6 70.0 331.6) |
| OKLCH | oklch(0.738 0.198 332.8) |
Copy-ready code
/* CSS */
color: #f073df;
background-color: #f073df;
/* Tailwind (arbitrary) */
class="text-[#f073df] bg-[#f073df]"
/* SCSS */
$brand: #f073df;
/* SwiftUI */
Color(red: 0.941, green: 0.451, blue: 0.875)
/* Android */
Color.parseColor("#f073df")Accessibility — WCAG contrast
Aa
#f073df on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f073df on black: 8.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green45.1%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta52.1%
Yellow7.1%
Key (black)5.9%
Color previews
#f073df text on a black background
contrast 8.22:1
Card sample
#f073df text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f073df;
Background color
Panel with #f073df background
background-color: #f073df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f073df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 115, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 115, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f073df; background: linear-gradient(135deg, #f073df, #F0738C);