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