#f39fd9
a light, electric magenta / pink · warm · closest name: plum
RGB
243, 159, 217
HSL
319°, 78%, 79%
CMYK
0, 35, 11, 5
Luminance
0.4886
Every format
| HEX | #f39fd9 |
| RGB | rgb(243, 159, 217) |
| HSL | hsl(319, 78%, 79%) |
| CMYK | cmyk(0%, 35%, 11%, 5%) |
| LAB | lab(75.4 39.5 -16.6) |
| LCH | lch(75.4 42.9 337.3) |
| OKLCH | oklch(0.803 0.123 339.0) |
Copy-ready code
/* CSS */
color: #f39fd9;
background-color: #f39fd9;
/* Tailwind (arbitrary) */
class="text-[#f39fd9] bg-[#f39fd9]"
/* SCSS */
$brand: #f39fd9;
/* SwiftUI */
Color(red: 0.953, green: 0.624, blue: 0.851)
/* Android */
Color.parseColor("#f39fd9")Accessibility — WCAG contrast
Aa
#f39fd9 on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f39fd9 on black: 10.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green62.4%
Blue85.1%
CMYK percentages
Cyan0.0%
Magenta34.6%
Yellow10.7%
Key (black)4.7%
Color previews
#f39fd9 text on a black background
contrast 10.77:1
Card sample
#f39fd9 text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f39fd9;
Background color
Panel with #f39fd9 background
background-color: #f39fd9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f39fd9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 159, 217, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 159, 217, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f39fd9; background: linear-gradient(135deg, #f39fd9, #F39FA1);