#f668fd
a light, electric magenta / pink · warm · closest name: violet
RGB
246, 104, 253
HSL
297°, 97%, 70%
CMYK
3, 59, 0, 1
Luminance
0.3659
Every format
| HEX | #f668fd |
| RGB | rgb(246, 104, 253) |
| HSL | hsl(297, 97%, 70%) |
| CMYK | cmyk(3%, 59%, 0%, 1%) |
| LAB | lab(67.0 72.9 -49.3) |
| LCH | lch(67.0 88.0 326.0) |
| OKLCH | oklch(0.746 0.242 325.8) |
Copy-ready code
/* CSS */
color: #f668fd;
background-color: #f668fd;
/* Tailwind (arbitrary) */
class="text-[#f668fd] bg-[#f668fd]"
/* SCSS */
$brand: #f668fd;
/* SwiftUI */
Color(red: 0.965, green: 0.408, blue: 0.992)
/* Android */
Color.parseColor("#f668fd")Accessibility — WCAG contrast
Aa
#f668fd on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f668fd on black: 8.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green40.8%
Blue99.2%
CMYK percentages
Cyan2.8%
Magenta58.9%
Yellow0.0%
Key (black)0.8%
Color previews
#f668fd text on a black background
contrast 8.32:1
Card sample
#f668fd text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f668fd;
Background color
Panel with #f668fd background
background-color: #f668fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f668fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 104, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 104, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f668fd; background: linear-gradient(135deg, #f668fd, #FD68A1);