#f18fd7
a light, electric magenta / pink · warm · closest name: plum
RGB
241, 143, 215
HSL
316°, 78%, 75%
CMYK
0, 41, 11, 6
Luminance
0.4325
Every format
| HEX | #f18fd7 |
| RGB | rgb(241, 143, 215) |
| HSL | hsl(316, 78%, 75%) |
| CMYK | cmyk(0%, 41%, 11%, 6%) |
| LAB | lab(71.7 46.9 -21.0) |
| LCH | lch(71.7 51.3 335.9) |
| OKLCH | oklch(0.775 0.147 337.5) |
Copy-ready code
/* CSS */
color: #f18fd7;
background-color: #f18fd7;
/* Tailwind (arbitrary) */
class="text-[#f18fd7] bg-[#f18fd7]"
/* SCSS */
$brand: #f18fd7;
/* SwiftUI */
Color(red: 0.945, green: 0.561, blue: 0.843)
/* Android */
Color.parseColor("#f18fd7")Accessibility — WCAG contrast
Aa
#f18fd7 on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f18fd7 on black: 9.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green56.1%
Blue84.3%
CMYK percentages
Cyan0.0%
Magenta40.7%
Yellow10.8%
Key (black)5.5%
Color previews
#f18fd7 text on a black background
contrast 9.65:1
Card sample
#f18fd7 text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f18fd7;
Background color
Panel with #f18fd7 background
background-color: #f18fd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f18fd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 143, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 143, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f18fd7; background: linear-gradient(135deg, #f18fd7, #F18F96);