#f393d0
a light, electric magenta / pink · warm · closest name: plum
RGB
243, 147, 208
HSL
322°, 80%, 77%
CMYK
0, 40, 14, 5
Luminance
0.4448
Every format
| HEX | #f393d0 |
| RGB | rgb(243, 147, 208) |
| HSL | hsl(322, 80%, 77%) |
| CMYK | cmyk(0%, 40%, 14%, 5%) |
| LAB | lab(72.5 44.3 -15.9) |
| LCH | lch(72.5 47.1 340.3) |
| OKLCH | oklch(0.781 0.137 342.1) |
Copy-ready code
/* CSS */
color: #f393d0;
background-color: #f393d0;
/* Tailwind (arbitrary) */
class="text-[#f393d0] bg-[#f393d0]"
/* SCSS */
$brand: #f393d0;
/* SwiftUI */
Color(red: 0.953, green: 0.576, blue: 0.816)
/* Android */
Color.parseColor("#f393d0")Accessibility — WCAG contrast
Aa
#f393d0 on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f393d0 on black: 9.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green57.6%
Blue81.6%
CMYK percentages
Cyan0.0%
Magenta39.5%
Yellow14.4%
Key (black)4.7%
Color previews
#f393d0 text on a black background
contrast 9.90:1
Card sample
#f393d0 text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f393d0;
Background color
Panel with #f393d0 background
background-color: #f393d0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f393d0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 147, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 147, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f393d0; background: linear-gradient(135deg, #f393d0, #F39693);