#f663fc
a light, electric magenta / pink · warm · closest name: violet
RGB
246, 99, 252
HSL
298°, 96%, 69%
CMYK
2, 61, 0, 1
Luminance
0.3554
Every format
| HEX | #f663fc |
| RGB | rgb(246, 99, 252) |
| HSL | hsl(298, 96%, 69%) |
| CMYK | cmyk(2%, 61%, 0%, 1%) |
| LAB | lab(66.2 74.8 -50.0) |
| LCH | lch(66.2 90.0 326.3) |
| OKLCH | oklch(0.740 0.248 326.1) |
Copy-ready code
/* CSS */
color: #f663fc;
background-color: #f663fc;
/* Tailwind (arbitrary) */
class="text-[#f663fc] bg-[#f663fc]"
/* SCSS */
$brand: #f663fc;
/* SwiftUI */
Color(red: 0.965, green: 0.388, blue: 0.988)
/* Android */
Color.parseColor("#f663fc")Accessibility — WCAG contrast
Aa
#f663fc on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f663fc on black: 8.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green38.8%
Blue98.8%
CMYK percentages
Cyan2.4%
Magenta60.7%
Yellow0.0%
Key (black)1.2%
Color previews
#f663fc text on a black background
contrast 8.11:1
Card sample
#f663fc text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f663fc;
Background color
Panel with #f663fc background
background-color: #f663fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f663fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 99, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 99, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f663fc; background: linear-gradient(135deg, #f663fc, #FC639C);