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