#f062fe
a light, electric magenta / pink · warm · closest name: violet
RGB
240, 98, 254
HSL
295°, 99%, 69%
CMYK
6, 61, 0, 0
Luminance
0.3442
Every format
| HEX | #f062fe |
| RGB | rgb(240, 98, 254) |
| HSL | hsl(295, 99%, 69%) |
| CMYK | cmyk(6%, 61%, 0%, 0%) |
| LAB | lab(65.3 74.2 -52.5) |
| LCH | lch(65.3 90.9 324.7) |
| OKLCH | oklch(0.733 0.248 324.0) |
Copy-ready code
/* CSS */
color: #f062fe;
background-color: #f062fe;
/* Tailwind (arbitrary) */
class="text-[#f062fe] bg-[#f062fe]"
/* SCSS */
$brand: #f062fe;
/* SwiftUI */
Color(red: 0.941, green: 0.384, blue: 0.996)
/* Android */
Color.parseColor("#f062fe")Accessibility — WCAG contrast
Aa
#f062fe on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f062fe on black: 7.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green38.4%
Blue99.6%
CMYK percentages
Cyan5.5%
Magenta61.4%
Yellow0.0%
Key (black)0.4%
Color previews
#f062fe text on a black background
contrast 7.88:1
Card sample
#f062fe text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f062fe;
Background color
Panel with #f062fe background
background-color: #f062fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f062fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 98, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 98, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f062fe; background: linear-gradient(135deg, #f062fe, #FE62A4);