#f390d4
a light, electric magenta / pink · warm · closest name: plum
RGB
243, 144, 212
HSL
319°, 81%, 76%
CMYK
0, 41, 13, 5
Luminance
0.4375
Every format
| HEX | #f390d4 |
| RGB | rgb(243, 144, 212) |
| HSL | hsl(319, 81%, 76%) |
| CMYK | cmyk(0%, 41%, 13%, 5%) |
| LAB | lab(72.1 46.5 -18.8) |
| LCH | lch(72.1 50.1 338.0) |
| OKLCH | oklch(0.778 0.145 339.7) |
Copy-ready code
/* CSS */
color: #f390d4;
background-color: #f390d4;
/* Tailwind (arbitrary) */
class="text-[#f390d4] bg-[#f390d4]"
/* SCSS */
$brand: #f390d4;
/* SwiftUI */
Color(red: 0.953, green: 0.565, blue: 0.831)
/* Android */
Color.parseColor("#f390d4")Accessibility — WCAG contrast
Aa
#f390d4 on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f390d4 on black: 9.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green56.5%
Blue83.1%
CMYK percentages
Cyan0.0%
Magenta40.7%
Yellow12.8%
Key (black)4.7%
Color previews
#f390d4 text on a black background
contrast 9.75:1
Card sample
#f390d4 text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f390d4;
Background color
Panel with #f390d4 background
background-color: #f390d4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f390d4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 144, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 144, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f390d4; background: linear-gradient(135deg, #f390d4, #F39092);