#f18bc9
a light, electric magenta / pink · warm · closest name: plum
RGB
241, 139, 201
HSL
324°, 79%, 75%
CMYK
0, 42, 17, 6
Luminance
0.4138
Every format
| HEX | #f18bc9 |
| RGB | rgb(241, 139, 201) |
| HSL | hsl(324, 79%, 75%) |
| CMYK | cmyk(0%, 42%, 17%, 6%) |
| LAB | lab(70.5 46.7 -15.2) |
| LCH | lch(70.5 49.1 342.0) |
| OKLCH | oklch(0.764 0.144 343.8) |
Copy-ready code
/* CSS */
color: #f18bc9;
background-color: #f18bc9;
/* Tailwind (arbitrary) */
class="text-[#f18bc9] bg-[#f18bc9]"
/* SCSS */
$brand: #f18bc9;
/* SwiftUI */
Color(red: 0.945, green: 0.545, blue: 0.788)
/* Android */
Color.parseColor("#f18bc9")Accessibility — WCAG contrast
Aa
#f18bc9 on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f18bc9 on black: 9.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green54.5%
Blue78.8%
CMYK percentages
Cyan0.0%
Magenta42.3%
Yellow16.6%
Key (black)5.5%
Color previews
#f18bc9 text on a black background
contrast 9.28:1
Card sample
#f18bc9 text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f18bc9;
Background color
Panel with #f18bc9 background
background-color: #f18bc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f18bc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 139, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 139, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f18bc9; background: linear-gradient(135deg, #f18bc9, #F1918B);