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