#f360fc
a light, electric magenta / pink · warm · closest name: violet
RGB
243, 96, 252
HSL
297°, 96%, 68%
CMYK
4, 62, 0, 1
Luminance
0.3445
Every format
| HEX | #f360fc |
| RGB | rgb(243, 96, 252) |
| HSL | hsl(297, 96%, 68%) |
| CMYK | cmyk(4%, 62%, 0%, 1%) |
| LAB | lab(65.3 75.3 -51.3) |
| LCH | lch(65.3 91.2 325.7) |
| OKLCH | oklch(0.733 0.250 325.4) |
Copy-ready code
/* CSS */
color: #f360fc;
background-color: #f360fc;
/* Tailwind (arbitrary) */
class="text-[#f360fc] bg-[#f360fc]"
/* SCSS */
$brand: #f360fc;
/* SwiftUI */
Color(red: 0.953, green: 0.376, blue: 0.988)
/* Android */
Color.parseColor("#f360fc")Accessibility — WCAG contrast
Aa
#f360fc on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f360fc on black: 7.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green37.6%
Blue98.8%
CMYK percentages
Cyan3.6%
Magenta61.9%
Yellow0.0%
Key (black)1.2%
Color previews
#f360fc text on a black background
contrast 7.89:1
Card sample
#f360fc text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f360fc;
Background color
Panel with #f360fc background
background-color: #f360fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f360fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 96, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 96, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f360fc; background: linear-gradient(135deg, #f360fc, #FC609D);