#f388cd
a light, electric magenta / pink · warm · closest name: plum
RGB
243, 136, 205
HSL
321°, 82%, 74%
CMYK
0, 44, 16, 5
Luminance
0.4107
Every format
| HEX | #f388cd |
| RGB | rgb(243, 136, 205) |
| HSL | hsl(321, 82%, 74%) |
| CMYK | cmyk(0%, 44%, 16%, 5%) |
| LAB | lab(70.2 49.5 -17.7) |
| LCH | lch(70.2 52.5 340.3) |
| OKLCH | oklch(0.763 0.153 342.1) |
Copy-ready code
/* CSS */
color: #f388cd;
background-color: #f388cd;
/* Tailwind (arbitrary) */
class="text-[#f388cd] bg-[#f388cd]"
/* SCSS */
$brand: #f388cd;
/* SwiftUI */
Color(red: 0.953, green: 0.533, blue: 0.804)
/* Android */
Color.parseColor("#f388cd")Accessibility — WCAG contrast
Aa
#f388cd on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f388cd on black: 9.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green53.3%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta44.0%
Yellow15.6%
Key (black)4.7%
Color previews
#f388cd text on a black background
contrast 9.21:1
Card sample
#f388cd text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f388cd;
Background color
Panel with #f388cd background
background-color: #f388cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f388cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 136, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 136, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f388cd; background: linear-gradient(135deg, #f388cd, #F38A88);