#f39afb
a light, electric magenta / pink · warm · closest name: violet
RGB
243, 154, 251
HSL
295°, 92%, 79%
CMYK
3, 39, 0, 2
Luminance
0.4913
Every format
| HEX | #f39afb |
| RGB | rgb(243, 154, 251) |
| HSL | hsl(295, 92%, 79%) |
| CMYK | cmyk(3%, 39%, 0%, 2%) |
| LAB | lab(75.5 48.1 -34.8) |
| LCH | lch(75.5 59.3 324.1) |
| OKLCH | oklch(0.808 0.162 324.0) |
Copy-ready code
/* CSS */
color: #f39afb;
background-color: #f39afb;
/* Tailwind (arbitrary) */
class="text-[#f39afb] bg-[#f39afb]"
/* SCSS */
$brand: #f39afb;
/* SwiftUI */
Color(red: 0.953, green: 0.604, blue: 0.984)
/* Android */
Color.parseColor("#f39afb")Accessibility — WCAG contrast
Aa
#f39afb on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f39afb on black: 10.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green60.4%
Blue98.4%
CMYK percentages
Cyan3.2%
Magenta38.6%
Yellow0.0%
Key (black)1.6%
Color previews
#f39afb text on a black background
contrast 10.83:1
Card sample
#f39afb text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f39afb;
Background color
Panel with #f39afb background
background-color: #f39afb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f39afb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 154, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 154, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f39afb; background: linear-gradient(135deg, #f39afb, #FB9AC2);