#f387cf
a light, electric magenta / pink · warm · closest name: orchid
RGB
243, 135, 207
HSL
320°, 82%, 74%
CMYK
0, 44, 15, 5
Luminance
0.4089
Every format
| HEX | #f387cf |
| RGB | rgb(243, 135, 207) |
| HSL | hsl(320, 82%, 74%) |
| CMYK | cmyk(0%, 44%, 15%, 5%) |
| LAB | lab(70.1 50.3 -19.0) |
| LCH | lch(70.1 53.7 339.3) |
| OKLCH | oklch(0.762 0.156 341.1) |
Copy-ready code
/* CSS */
color: #f387cf;
background-color: #f387cf;
/* Tailwind (arbitrary) */
class="text-[#f387cf] bg-[#f387cf]"
/* SCSS */
$brand: #f387cf;
/* SwiftUI */
Color(red: 0.953, green: 0.529, blue: 0.812)
/* Android */
Color.parseColor("#f387cf")Accessibility — WCAG contrast
Aa
#f387cf on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f387cf on black: 9.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green52.9%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta44.4%
Yellow14.8%
Key (black)4.7%
Color previews
#f387cf text on a black background
contrast 9.18:1
Card sample
#f387cf text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f387cf;
Background color
Panel with #f387cf background
background-color: #f387cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f387cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 135, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 135, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f387cf; background: linear-gradient(135deg, #f387cf, #F38787);