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