#f38bcf
a light, electric magenta / pink · warm · closest name: plum
RGB
243, 139, 207
HSL
321°, 81%, 75%
CMYK
0, 43, 15, 5
Luminance
0.4202
Every format
| HEX | #f38bcf |
| RGB | rgb(243, 139, 207) |
| HSL | hsl(321, 81%, 75%) |
| CMYK | cmyk(0%, 43%, 15%, 5%) |
| LAB | lab(70.9 48.2 -17.8) |
| LCH | lch(70.9 51.4 339.7) |
| OKLCH | oklch(0.768 0.150 341.5) |
Copy-ready code
/* CSS */
color: #f38bcf;
background-color: #f38bcf;
/* Tailwind (arbitrary) */
class="text-[#f38bcf] bg-[#f38bcf]"
/* SCSS */
$brand: #f38bcf;
/* SwiftUI */
Color(red: 0.953, green: 0.545, blue: 0.812)
/* Android */
Color.parseColor("#f38bcf")Accessibility — WCAG contrast
Aa
#f38bcf on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f38bcf on black: 9.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green54.5%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta42.8%
Yellow14.8%
Key (black)4.7%
Color previews
#f38bcf text on a black background
contrast 9.40:1
Card sample
#f38bcf text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f38bcf;
Background color
Panel with #f38bcf background
background-color: #f38bcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f38bcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 139, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 139, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f38bcf; background: linear-gradient(135deg, #f38bcf, #F38C8B);