#f366fc
a light, electric magenta / pink · warm · closest name: violet
RGB
243, 102, 252
HSL
296°, 96%, 69%
CMYK
4, 60, 0, 1
Luminance
0.3559
Every format
| HEX | #f366fc |
| RGB | rgb(243, 102, 252) |
| HSL | hsl(296, 96%, 69%) |
| CMYK | cmyk(4%, 60%, 0%, 1%) |
| LAB | lab(66.2 72.9 -49.9) |
| LCH | lch(66.2 88.3 325.6) |
| OKLCH | oklch(0.740 0.243 325.3) |
Copy-ready code
/* CSS */
color: #f366fc;
background-color: #f366fc;
/* Tailwind (arbitrary) */
class="text-[#f366fc] bg-[#f366fc]"
/* SCSS */
$brand: #f366fc;
/* SwiftUI */
Color(red: 0.953, green: 0.400, blue: 0.988)
/* Android */
Color.parseColor("#f366fc")Accessibility — WCAG contrast
Aa
#f366fc on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f366fc on black: 8.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green40.0%
Blue98.8%
CMYK percentages
Cyan3.6%
Magenta59.5%
Yellow0.0%
Key (black)1.2%
Color previews
#f366fc text on a black background
contrast 8.12:1
Card sample
#f366fc text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f366fc;
Background color
Panel with #f366fc background
background-color: #f366fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f366fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 102, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 102, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f366fc; background: linear-gradient(135deg, #f366fc, #FC66A1);