#f368fd
a light, electric magenta / pink · warm · closest name: violet
RGB
243, 104, 253
HSL
296°, 97%, 70%
CMYK
4, 59, 0, 1
Luminance
0.3605
Every format
| HEX | #f368fd |
| RGB | rgb(243, 104, 253) |
| HSL | hsl(296, 97%, 70%) |
| CMYK | cmyk(4%, 59%, 0%, 1%) |
| LAB | lab(66.6 72.2 -49.9) |
| LCH | lch(66.6 87.8 325.3) |
| OKLCH | oklch(0.742 0.241 325.0) |
Copy-ready code
/* CSS */
color: #f368fd;
background-color: #f368fd;
/* Tailwind (arbitrary) */
class="text-[#f368fd] bg-[#f368fd]"
/* SCSS */
$brand: #f368fd;
/* SwiftUI */
Color(red: 0.953, green: 0.408, blue: 0.992)
/* Android */
Color.parseColor("#f368fd")Accessibility — WCAG contrast
Aa
#f368fd on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f368fd on black: 8.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green40.8%
Blue99.2%
CMYK percentages
Cyan4.0%
Magenta58.9%
Yellow0.0%
Key (black)0.8%
Color previews
#f368fd text on a black background
contrast 8.21:1
Card sample
#f368fd text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f368fd;
Background color
Panel with #f368fd background
background-color: #f368fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f368fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 104, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 104, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f368fd; background: linear-gradient(135deg, #f368fd, #FD68A4);