#f38cba
a light, electric magenta / pink · warm · closest name: plum
RGB
243, 140, 186
HSL
333°, 81%, 75%
CMYK
0, 42, 24, 5
Luminance
0.4136
Every format
| HEX | #f38cba |
| RGB | rgb(243, 140, 186) |
| HSL | hsl(333, 81%, 75%) |
| CMYK | cmyk(0%, 42%, 24%, 5%) |
| LAB | lab(70.4 44.6 -6.8) |
| LCH | lch(70.4 45.2 351.3) |
| OKLCH | oklch(0.763 0.135 352.6) |
Copy-ready code
/* CSS */
color: #f38cba;
background-color: #f38cba;
/* Tailwind (arbitrary) */
class="text-[#f38cba] bg-[#f38cba]"
/* SCSS */
$brand: #f38cba;
/* SwiftUI */
Color(red: 0.953, green: 0.549, blue: 0.729)
/* Android */
Color.parseColor("#f38cba")Accessibility — WCAG contrast
Aa
#f38cba on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f38cba on black: 9.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green54.9%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta42.4%
Yellow23.5%
Key (black)4.7%
Color previews
#f38cba text on a black background
contrast 9.27:1
Card sample
#f38cba text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f38cba;
Background color
Panel with #f38cba background
background-color: #f38cba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f38cba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 140, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 140, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f38cba; background: linear-gradient(135deg, #f38cba, #F3A38C);