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