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