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