#f378fd
a light, electric magenta / pink · warm · closest name: violet
RGB
243, 120, 253
HSL
296°, 97%, 73%
CMYK
4, 53, 0, 1
Luminance
0.3958
Every format
| HEX | #f378fd |
| RGB | rgb(243, 120, 253) |
| HSL | hsl(296, 97%, 73%) |
| CMYK | cmyk(4%, 53%, 0%, 1%) |
| LAB | lab(69.2 65.1 -45.8) |
| LCH | lch(69.2 79.6 324.9) |
| OKLCH | oklch(0.761 0.218 324.5) |
Copy-ready code
/* CSS */
color: #f378fd;
background-color: #f378fd;
/* Tailwind (arbitrary) */
class="text-[#f378fd] bg-[#f378fd]"
/* SCSS */
$brand: #f378fd;
/* SwiftUI */
Color(red: 0.953, green: 0.471, blue: 0.992)
/* Android */
Color.parseColor("#f378fd")Accessibility — WCAG contrast
Aa
#f378fd on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f378fd on black: 8.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green47.1%
Blue99.2%
CMYK percentages
Cyan4.0%
Magenta52.6%
Yellow0.0%
Key (black)0.8%
Color previews
#f378fd text on a black background
contrast 8.92:1
Card sample
#f378fd text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f378fd;
Background color
Panel with #f378fd background
background-color: #f378fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f378fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 120, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 120, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f378fd; background: linear-gradient(135deg, #f378fd, #FD78AE);