#f18ef1
a light, electric magenta / pink · warm · closest name: violet
RGB
241, 142, 241
HSL
300°, 78%, 75%
CMYK
0, 41, 0, 6
Luminance
0.4440
Every format
| HEX | #f18ef1 |
| RGB | rgb(241, 142, 241) |
| HSL | hsl(300, 78%, 75%) |
| CMYK | cmyk(0%, 41%, 0%, 6%) |
| LAB | lab(72.5 51.8 -34.1) |
| LCH | lch(72.5 62.0 326.6) |
| OKLCH | oklch(0.784 0.171 327.1) |
Copy-ready code
/* CSS */
color: #f18ef1;
background-color: #f18ef1;
/* Tailwind (arbitrary) */
class="text-[#f18ef1] bg-[#f18ef1]"
/* SCSS */
$brand: #f18ef1;
/* SwiftUI */
Color(red: 0.945, green: 0.557, blue: 0.945)
/* Android */
Color.parseColor("#f18ef1")Accessibility — WCAG contrast
Aa
#f18ef1 on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f18ef1 on black: 9.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green55.7%
Blue94.5%
CMYK percentages
Cyan0.0%
Magenta41.1%
Yellow0.0%
Key (black)5.5%
Color previews
#f18ef1 text on a black background
contrast 9.88:1
Card sample
#f18ef1 text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f18ef1;
Background color
Panel with #f18ef1 background
background-color: #f18ef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f18ef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 142, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 142, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f18ef1; background: linear-gradient(135deg, #f18ef1, #F18EAF);