#f663fe
a light, electric magenta / pink · warm · closest name: violet
RGB
246, 99, 254
HSL
297°, 99%, 69%
CMYK
3, 61, 0, 0
Luminance
0.3567
Every format
| HEX | #f663fe |
| RGB | rgb(246, 99, 254) |
| HSL | hsl(297, 99%, 69%) |
| CMYK | cmyk(3%, 61%, 0%, 0%) |
| LAB | lab(66.3 75.2 -50.9) |
| LCH | lch(66.3 90.8 325.9) |
| OKLCH | oklch(0.741 0.250 325.6) |
Copy-ready code
/* CSS */
color: #f663fe;
background-color: #f663fe;
/* Tailwind (arbitrary) */
class="text-[#f663fe] bg-[#f663fe]"
/* SCSS */
$brand: #f663fe;
/* SwiftUI */
Color(red: 0.965, green: 0.388, blue: 0.996)
/* Android */
Color.parseColor("#f663fe")Accessibility — WCAG contrast
Aa
#f663fe on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f663fe on black: 8.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green38.8%
Blue99.6%
CMYK percentages
Cyan3.1%
Magenta61.0%
Yellow0.0%
Key (black)0.4%
Color previews
#f663fe text on a black background
contrast 8.13:1
Card sample
#f663fe text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f663fe;
Background color
Panel with #f663fe background
background-color: #f663fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f663fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 99, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 99, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f663fe; background: linear-gradient(135deg, #f663fe, #FE639F);