#f39df1
a light, electric magenta / pink · warm · closest name: plum
RGB
243, 157, 241
HSL
301°, 78%, 78%
CMYK
0, 35, 1, 5
Luminance
0.4952
Every format
| HEX | #f39df1 |
| RGB | rgb(243, 157, 241) |
| HSL | hsl(301, 78%, 78%) |
| CMYK | cmyk(0%, 35%, 1%, 5%) |
| LAB | lab(75.8 44.7 -29.0) |
| LCH | lch(75.8 53.3 327.0) |
| OKLCH | oklch(0.809 0.147 327.6) |
Copy-ready code
/* CSS */
color: #f39df1;
background-color: #f39df1;
/* Tailwind (arbitrary) */
class="text-[#f39df1] bg-[#f39df1]"
/* SCSS */
$brand: #f39df1;
/* SwiftUI */
Color(red: 0.953, green: 0.616, blue: 0.945)
/* Android */
Color.parseColor("#f39df1")Accessibility — WCAG contrast
Aa
#f39df1 on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f39df1 on black: 10.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green61.6%
Blue94.5%
CMYK percentages
Cyan0.0%
Magenta35.4%
Yellow0.8%
Key (black)4.7%
Color previews
#f39df1 text on a black background
contrast 10.90:1
Card sample
#f39df1 text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f39df1;
Background color
Panel with #f39df1 background
background-color: #f39df1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f39df1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 157, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 157, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f39df1; background: linear-gradient(135deg, #f39df1, #F39DB8);