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