#f393d5
a light, electric magenta / pink · warm · closest name: plum
RGB
243, 147, 213
HSL
319°, 80%, 77%
CMYK
0, 40, 12, 5
Luminance
0.4473
Every format
| HEX | #f393d5 |
| RGB | rgb(243, 147, 213) |
| HSL | hsl(319, 80%, 77%) |
| CMYK | cmyk(0%, 40%, 12%, 5%) |
| LAB | lab(72.7 45.1 -18.4) |
| LCH | lch(72.7 48.7 337.8) |
| OKLCH | oklch(0.783 0.141 339.6) |
Copy-ready code
/* CSS */
color: #f393d5;
background-color: #f393d5;
/* Tailwind (arbitrary) */
class="text-[#f393d5] bg-[#f393d5]"
/* SCSS */
$brand: #f393d5;
/* SwiftUI */
Color(red: 0.953, green: 0.576, blue: 0.835)
/* Android */
Color.parseColor("#f393d5")Accessibility — WCAG contrast
Aa
#f393d5 on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f393d5 on black: 9.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green57.6%
Blue83.5%
CMYK percentages
Cyan0.0%
Magenta39.5%
Yellow12.3%
Key (black)4.7%
Color previews
#f393d5 text on a black background
contrast 9.95:1
Card sample
#f393d5 text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f393d5;
Background color
Panel with #f393d5 background
background-color: #f393d5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f393d5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 147, 213, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 147, 213, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f393d5; background: linear-gradient(135deg, #f393d5, #F39395);