#f384cf
a light, electric magenta / pink · warm · closest name: orchid
RGB
243, 132, 207
HSL
320°, 82%, 74%
CMYK
0, 46, 15, 5
Luminance
0.4006
Every format
| HEX | #f384cf |
| RGB | rgb(243, 132, 207) |
| HSL | hsl(320, 82%, 74%) |
| CMYK | cmyk(0%, 46%, 15%, 5%) |
| LAB | lab(69.5 51.8 -19.9) |
| LCH | lch(69.5 55.4 339.0) |
| OKLCH | oklch(0.758 0.161 340.8) |
Copy-ready code
/* CSS */
color: #f384cf;
background-color: #f384cf;
/* Tailwind (arbitrary) */
class="text-[#f384cf] bg-[#f384cf]"
/* SCSS */
$brand: #f384cf;
/* SwiftUI */
Color(red: 0.953, green: 0.518, blue: 0.812)
/* Android */
Color.parseColor("#f384cf")Accessibility — WCAG contrast
Aa
#f384cf on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f384cf on black: 9.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green51.8%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta45.7%
Yellow14.8%
Key (black)4.7%
Color previews
#f384cf text on a black background
contrast 9.01:1
Card sample
#f384cf text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f384cf;
Background color
Panel with #f384cf background
background-color: #f384cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f384cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 132, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 132, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f384cf; background: linear-gradient(135deg, #f384cf, #F38485);