#f658fd
a light, electric magenta / pink · warm · closest name: magenta
RGB
246, 88, 253
HSL
298°, 98%, 67%
CMYK
3, 65, 0, 1
Luminance
0.3366
Every format
| HEX | #f658fd |
| RGB | rgb(246, 88, 253) |
| HSL | hsl(298, 98%, 67%) |
| CMYK | cmyk(3%, 65%, 0%, 1%) |
| LAB | lab(64.7 79.2 -52.8) |
| LCH | lch(64.7 95.2 326.3) |
| OKLCH | oklch(0.730 0.263 326.1) |
Copy-ready code
/* CSS */
color: #f658fd;
background-color: #f658fd;
/* Tailwind (arbitrary) */
class="text-[#f658fd] bg-[#f658fd]"
/* SCSS */
$brand: #f658fd;
/* SwiftUI */
Color(red: 0.965, green: 0.345, blue: 0.992)
/* Android */
Color.parseColor("#f658fd")Accessibility — WCAG contrast
Aa
#f658fd on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f658fd on black: 7.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green34.5%
Blue99.2%
CMYK percentages
Cyan2.8%
Magenta65.2%
Yellow0.0%
Key (black)0.8%
Color previews
#f658fd text on a black background
contrast 7.73:1
Card sample
#f658fd text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f658fd;
Background color
Panel with #f658fd background
background-color: #f658fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f658fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 88, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 88, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f658fd; background: linear-gradient(135deg, #f658fd, #FD5896);