#f663e2
a light, electric magenta / pink · warm · closest name: violet
RGB
246, 99, 226
HSL
308°, 89%, 68%
CMYK
0, 60, 8, 4
Luminance
0.3401
Every format
| HEX | #f663e2 |
| RGB | rgb(246, 99, 226) |
| HSL | hsl(308, 89%, 68%) |
| CMYK | cmyk(0%, 60%, 8%, 4%) |
| LAB | lab(65.0 70.6 -37.5) |
| LCH | lch(65.0 80.0 332.1) |
| OKLCH | oklch(0.728 0.228 333.3) |
Copy-ready code
/* CSS */
color: #f663e2;
background-color: #f663e2;
/* Tailwind (arbitrary) */
class="text-[#f663e2] bg-[#f663e2]"
/* SCSS */
$brand: #f663e2;
/* SwiftUI */
Color(red: 0.965, green: 0.388, blue: 0.886)
/* Android */
Color.parseColor("#f663e2")Accessibility — WCAG contrast
Aa
#f663e2 on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f663e2 on black: 7.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green38.8%
Blue88.6%
CMYK percentages
Cyan0.0%
Magenta59.8%
Yellow8.1%
Key (black)3.5%
Color previews
#f663e2 text on a black background
contrast 7.80:1
Card sample
#f663e2 text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f663e2;
Background color
Panel with #f663e2 background
background-color: #f663e2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f663e2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 99, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 99, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f663e2; background: linear-gradient(135deg, #f663e2, #F66380);