#f397d2
a light, electric magenta / pink · warm · closest name: plum
RGB
243, 151, 210
HSL
322°, 79%, 77%
CMYK
0, 38, 14, 5
Luminance
0.4584
Every format
| HEX | #f397d2 |
| RGB | rgb(243, 151, 210) |
| HSL | hsl(322, 79%, 77%) |
| CMYK | cmyk(0%, 38%, 14%, 5%) |
| LAB | lab(73.4 42.6 -15.6) |
| LCH | lch(73.4 45.3 339.9) |
| OKLCH | oklch(0.788 0.132 341.6) |
Copy-ready code
/* CSS */
color: #f397d2;
background-color: #f397d2;
/* Tailwind (arbitrary) */
class="text-[#f397d2] bg-[#f397d2]"
/* SCSS */
$brand: #f397d2;
/* SwiftUI */
Color(red: 0.953, green: 0.592, blue: 0.824)
/* Android */
Color.parseColor("#f397d2")Accessibility — WCAG contrast
Aa
#f397d2 on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f397d2 on black: 10.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green59.2%
Blue82.4%
CMYK percentages
Cyan0.0%
Magenta37.9%
Yellow13.6%
Key (black)4.7%
Color previews
#f397d2 text on a black background
contrast 10.17:1
Card sample
#f397d2 text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f397d2;
Background color
Panel with #f397d2 background
background-color: #f397d2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f397d2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 151, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 151, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f397d2; background: linear-gradient(135deg, #f397d2, #F39A97);