#f39fef
a light, electric magenta / pink · warm · closest name: plum
RGB
243, 159, 239
HSL
303°, 78%, 79%
CMYK
0, 35, 2, 5
Luminance
0.5008
Every format
| HEX | #f39fef |
| RGB | rgb(243, 159, 239) |
| HSL | hsl(303, 78%, 79%) |
| CMYK | cmyk(0%, 35%, 2%, 5%) |
| LAB | lab(76.1 43.3 -27.4) |
| LCH | lch(76.1 51.2 327.7) |
| OKLCH | oklch(0.811 0.142 328.4) |
Copy-ready code
/* CSS */
color: #f39fef;
background-color: #f39fef;
/* Tailwind (arbitrary) */
class="text-[#f39fef] bg-[#f39fef]"
/* SCSS */
$brand: #f39fef;
/* SwiftUI */
Color(red: 0.953, green: 0.624, blue: 0.937)
/* Android */
Color.parseColor("#f39fef")Accessibility — WCAG contrast
Aa
#f39fef on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f39fef on black: 11.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green62.4%
Blue93.7%
CMYK percentages
Cyan0.0%
Magenta34.6%
Yellow1.6%
Key (black)4.7%
Color previews
#f39fef text on a black background
contrast 11.02:1
Card sample
#f39fef text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f39fef;
Background color
Panel with #f39fef background
background-color: #f39fef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f39fef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 159, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 159, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f39fef; background: linear-gradient(135deg, #f39fef, #F39FB7);