#f18fd3
a light, electric magenta / pink · warm · closest name: plum
RGB
241, 143, 211
HSL
318°, 78%, 75%
CMYK
0, 41, 12, 6
Luminance
0.4305
Every format
| HEX | #f18fd3 |
| RGB | rgb(241, 143, 211) |
| HSL | hsl(318, 78%, 75%) |
| CMYK | cmyk(0%, 41%, 12%, 6%) |
| LAB | lab(71.6 46.2 -19.0) |
| LCH | lch(71.6 50.0 337.7) |
| OKLCH | oklch(0.773 0.144 339.4) |
Copy-ready code
/* CSS */
color: #f18fd3;
background-color: #f18fd3;
/* Tailwind (arbitrary) */
class="text-[#f18fd3] bg-[#f18fd3]"
/* SCSS */
$brand: #f18fd3;
/* SwiftUI */
Color(red: 0.945, green: 0.561, blue: 0.827)
/* Android */
Color.parseColor("#f18fd3")Accessibility — WCAG contrast
Aa
#f18fd3 on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f18fd3 on black: 9.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green56.1%
Blue82.7%
CMYK percentages
Cyan0.0%
Magenta40.7%
Yellow12.4%
Key (black)5.5%
Color previews
#f18fd3 text on a black background
contrast 9.61:1
Card sample
#f18fd3 text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f18fd3;
Background color
Panel with #f18fd3 background
background-color: #f18fd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f18fd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 143, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 143, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f18fd3; background: linear-gradient(135deg, #f18fd3, #F18F92);