#f18df0
a light, electric magenta / pink · warm · closest name: violet
RGB
241, 141, 240
HSL
301°, 78%, 75%
CMYK
0, 42, 0, 6
Luminance
0.4404
Every format
| HEX | #f18df0 |
| RGB | rgb(241, 141, 240) |
| HSL | hsl(301, 78%, 75%) |
| CMYK | cmyk(0%, 42%, 0%, 6%) |
| LAB | lab(72.3 52.1 -33.9) |
| LCH | lch(72.3 62.2 326.9) |
| OKLCH | oklch(0.782 0.172 327.4) |
Copy-ready code
/* CSS */
color: #f18df0;
background-color: #f18df0;
/* Tailwind (arbitrary) */
class="text-[#f18df0] bg-[#f18df0]"
/* SCSS */
$brand: #f18df0;
/* SwiftUI */
Color(red: 0.945, green: 0.553, blue: 0.941)
/* Android */
Color.parseColor("#f18df0")Accessibility — WCAG contrast
Aa
#f18df0 on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f18df0 on black: 9.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green55.3%
Blue94.1%
CMYK percentages
Cyan0.0%
Magenta41.5%
Yellow0.4%
Key (black)5.5%
Color previews
#f18df0 text on a black background
contrast 9.81:1
Card sample
#f18df0 text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f18df0;
Background color
Panel with #f18df0 background
background-color: #f18df0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f18df0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 141, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 141, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f18df0; background: linear-gradient(135deg, #f18df0, #F18DAD);