#f080fc
a light, electric magenta / pink · warm · closest name: violet
RGB
240, 128, 252
HSL
294°, 95%, 75%
CMYK
5, 49, 0, 1
Luminance
0.4099
Every format
| HEX | #f080fc |
| RGB | rgb(240, 128, 252) |
| HSL | hsl(294, 95%, 75%) |
| CMYK | cmyk(5%, 49%, 0%, 1%) |
| LAB | lab(70.2 60.4 -43.7) |
| LCH | lch(70.2 74.5 324.1) |
| OKLCH | oklch(0.768 0.203 323.6) |
Copy-ready code
/* CSS */
color: #f080fc;
background-color: #f080fc;
/* Tailwind (arbitrary) */
class="text-[#f080fc] bg-[#f080fc]"
/* SCSS */
$brand: #f080fc;
/* SwiftUI */
Color(red: 0.941, green: 0.502, blue: 0.988)
/* Android */
Color.parseColor("#f080fc")Accessibility — WCAG contrast
Aa
#f080fc on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f080fc on black: 9.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green50.2%
Blue98.8%
CMYK percentages
Cyan4.8%
Magenta49.2%
Yellow0.0%
Key (black)1.2%
Color previews
#f080fc text on a black background
contrast 9.20:1
Card sample
#f080fc text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f080fc;
Background color
Panel with #f080fc background
background-color: #f080fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f080fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 128, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 128, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f080fc; background: linear-gradient(135deg, #f080fc, #FC80B5);