#f072fd
a light, electric magenta / pink · warm · closest name: violet
RGB
240, 114, 253
HSL
294°, 97%, 72%
CMYK
5, 55, 0, 1
Luminance
0.3765
Every format
| HEX | #f072fd |
| RGB | rgb(240, 114, 253) |
| HSL | hsl(294, 97%, 72%) |
| CMYK | cmyk(5%, 55%, 0%, 1%) |
| LAB | lab(67.8 67.1 -48.0) |
| LCH | lch(67.8 82.5 324.4) |
| OKLCH | oklch(0.750 0.225 323.8) |
Copy-ready code
/* CSS */
color: #f072fd;
background-color: #f072fd;
/* Tailwind (arbitrary) */
class="text-[#f072fd] bg-[#f072fd]"
/* SCSS */
$brand: #f072fd;
/* SwiftUI */
Color(red: 0.941, green: 0.447, blue: 0.992)
/* Android */
Color.parseColor("#f072fd")Accessibility — WCAG contrast
Aa
#f072fd on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f072fd on black: 8.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green44.7%
Blue99.2%
CMYK percentages
Cyan5.1%
Magenta54.9%
Yellow0.0%
Key (black)0.8%
Color previews
#f072fd text on a black background
contrast 8.53:1
Card sample
#f072fd text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f072fd;
Background color
Panel with #f072fd background
background-color: #f072fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f072fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 114, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 114, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f072fd; background: linear-gradient(135deg, #f072fd, #FD72AD);