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