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