#f384cd
a light, electric magenta / pink · warm · closest name: orchid
RGB
243, 132, 205
HSL
321°, 82%, 74%
CMYK
0, 46, 16, 5
Luminance
0.3996
Every format
| HEX | #f384cd |
| RGB | rgb(243, 132, 205) |
| HSL | hsl(321, 82%, 74%) |
| CMYK | cmyk(0%, 46%, 16%, 5%) |
| LAB | lab(69.5 51.4 -18.9) |
| LCH | lch(69.5 54.8 339.8) |
| OKLCH | oklch(0.757 0.160 341.7) |
Copy-ready code
/* CSS */
color: #f384cd;
background-color: #f384cd;
/* Tailwind (arbitrary) */
class="text-[#f384cd] bg-[#f384cd]"
/* SCSS */
$brand: #f384cd;
/* SwiftUI */
Color(red: 0.953, green: 0.518, blue: 0.804)
/* Android */
Color.parseColor("#f384cd")Accessibility — WCAG contrast
Aa
#f384cd on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f384cd on black: 8.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green51.8%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta45.7%
Yellow15.6%
Key (black)4.7%
Color previews
#f384cd text on a black background
contrast 8.99:1
Card sample
#f384cd text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f384cd;
Background color
Panel with #f384cd background
background-color: #f384cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f384cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 132, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 132, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f384cd; background: linear-gradient(135deg, #f384cd, #F38584);