#f397cf
a light, electric magenta / pink · warm · closest name: plum
RGB
243, 151, 207
HSL
324°, 79%, 77%
CMYK
0, 38, 15, 5
Luminance
0.4569
Every format
| HEX | #f397cf |
| RGB | rgb(243, 151, 207) |
| HSL | hsl(324, 79%, 77%) |
| CMYK | cmyk(0%, 38%, 15%, 5%) |
| LAB | lab(73.3 42.1 -14.1) |
| LCH | lch(73.3 44.4 341.5) |
| OKLCH | oklch(0.787 0.129 343.2) |
Copy-ready code
/* CSS */
color: #f397cf;
background-color: #f397cf;
/* Tailwind (arbitrary) */
class="text-[#f397cf] bg-[#f397cf]"
/* SCSS */
$brand: #f397cf;
/* SwiftUI */
Color(red: 0.953, green: 0.592, blue: 0.812)
/* Android */
Color.parseColor("#f397cf")Accessibility — WCAG contrast
Aa
#f397cf on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f397cf on black: 10.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green59.2%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta37.9%
Yellow14.8%
Key (black)4.7%
Color previews
#f397cf text on a black background
contrast 10.14:1
Card sample
#f397cf text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f397cf;
Background color
Panel with #f397cf background
background-color: #f397cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f397cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 151, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 151, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f397cf; background: linear-gradient(135deg, #f397cf, #F39D97);