#f39afd
a light, electric magenta / pink · warm · closest name: violet
RGB
243, 154, 253
HSL
294°, 96%, 80%
CMYK
4, 39, 0, 1
Luminance
0.4926
Every format
| HEX | #f39afd |
| RGB | rgb(243, 154, 253) |
| HSL | hsl(294, 96%, 80%) |
| CMYK | cmyk(4%, 39%, 0%, 1%) |
| LAB | lab(75.6 48.4 -35.8) |
| LCH | lch(75.6 60.2 323.6) |
| OKLCH | oklch(0.809 0.164 323.3) |
Copy-ready code
/* CSS */
color: #f39afd;
background-color: #f39afd;
/* Tailwind (arbitrary) */
class="text-[#f39afd] bg-[#f39afd]"
/* SCSS */
$brand: #f39afd;
/* SwiftUI */
Color(red: 0.953, green: 0.604, blue: 0.992)
/* Android */
Color.parseColor("#f39afd")Accessibility — WCAG contrast
Aa
#f39afd on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f39afd on black: 10.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green60.4%
Blue99.2%
CMYK percentages
Cyan4.0%
Magenta39.1%
Yellow0.0%
Key (black)0.8%
Color previews
#f39afd text on a black background
contrast 10.85:1
Card sample
#f39afd text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f39afd;
Background color
Panel with #f39afd background
background-color: #f39afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f39afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 154, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 154, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f39afd; background: linear-gradient(135deg, #f39afd, #FD9AC5);