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