#f18fba
a light, electric magenta / pink · warm · closest name: plum
RGB
241, 143, 186
HSL
334°, 78%, 75%
CMYK
0, 41, 23, 6
Luminance
0.4189
Every format
| HEX | #f18fba |
| RGB | rgb(241, 143, 186) |
| HSL | hsl(334, 78%, 75%) |
| CMYK | cmyk(0%, 41%, 23%, 6%) |
| LAB | lab(70.8 42.4 -6.3) |
| LCH | lch(70.8 42.9 351.5) |
| OKLCH | oklch(0.765 0.128 352.8) |
Copy-ready code
/* CSS */
color: #f18fba;
background-color: #f18fba;
/* Tailwind (arbitrary) */
class="text-[#f18fba] bg-[#f18fba]"
/* SCSS */
$brand: #f18fba;
/* SwiftUI */
Color(red: 0.945, green: 0.561, blue: 0.729)
/* Android */
Color.parseColor("#f18fba")Accessibility — WCAG contrast
Aa
#f18fba on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f18fba on black: 9.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green56.1%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta40.7%
Yellow22.8%
Key (black)5.5%
Color previews
#f18fba text on a black background
contrast 9.38:1
Card sample
#f18fba text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f18fba;
Background color
Panel with #f18fba background
background-color: #f18fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f18fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 143, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 143, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f18fba; background: linear-gradient(135deg, #f18fba, #F1A58F);