#f262fd
a light, electric magenta / pink · warm · closest name: violet
RGB
242, 98, 253
HSL
296°, 98%, 69%
CMYK
4, 61, 0, 1
Luminance
0.3470
Every format
| HEX | #f262fd |
| RGB | rgb(242, 98, 253) |
| HSL | hsl(296, 98%, 69%) |
| CMYK | cmyk(4%, 61%, 0%, 1%) |
| LAB | lab(65.5 74.5 -51.6) |
| LCH | lch(65.5 90.6 325.3) |
| OKLCH | oklch(0.735 0.248 324.8) |
Copy-ready code
/* CSS */
color: #f262fd;
background-color: #f262fd;
/* Tailwind (arbitrary) */
class="text-[#f262fd] bg-[#f262fd]"
/* SCSS */
$brand: #f262fd;
/* SwiftUI */
Color(red: 0.949, green: 0.384, blue: 0.992)
/* Android */
Color.parseColor("#f262fd")Accessibility — WCAG contrast
Aa
#f262fd on white: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f262fd on black: 7.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green38.4%
Blue99.2%
CMYK percentages
Cyan4.3%
Magenta61.3%
Yellow0.0%
Key (black)0.8%
Color previews
#f262fd text on a black background
contrast 7.94:1
Card sample
#f262fd text on a white background
contrast 2.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f262fd;
Background color
Panel with #f262fd background
background-color: #f262fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f262fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 98, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 98, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f262fd; background: linear-gradient(135deg, #f262fd, #FD62A1);