#f18fef
a light, electric magenta / pink · warm · closest name: violet
RGB
241, 143, 239
HSL
301°, 78%, 75%
CMYK
0, 41, 1, 6
Luminance
0.4458
Every format
| HEX | #f18fef |
| RGB | rgb(241, 143, 239) |
| HSL | hsl(301, 78%, 75%) |
| CMYK | cmyk(0%, 41%, 1%, 6%) |
| LAB | lab(72.6 50.9 -32.8) |
| LCH | lch(72.6 60.6 327.2) |
| OKLCH | oklch(0.785 0.168 327.8) |
Copy-ready code
/* CSS */
color: #f18fef;
background-color: #f18fef;
/* Tailwind (arbitrary) */
class="text-[#f18fef] bg-[#f18fef]"
/* SCSS */
$brand: #f18fef;
/* SwiftUI */
Color(red: 0.945, green: 0.561, blue: 0.937)
/* Android */
Color.parseColor("#f18fef")Accessibility — WCAG contrast
Aa
#f18fef on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f18fef on black: 9.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green56.1%
Blue93.7%
CMYK percentages
Cyan0.0%
Magenta40.7%
Yellow0.8%
Key (black)5.5%
Color previews
#f18fef text on a black background
contrast 9.92:1
Card sample
#f18fef text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f18fef;
Background color
Panel with #f18fef background
background-color: #f18fef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f18fef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 143, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 143, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f18fef; background: linear-gradient(135deg, #f18fef, #F18FAE);