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