#f18cfd
a light, electric magenta / pink · warm · closest name: violet
RGB
241, 140, 253
HSL
294°, 97%, 77%
CMYK
5, 45, 0, 1
Luminance
0.4455
Every format
| HEX | #f18cfd |
| RGB | rgb(241, 140, 253) |
| HSL | hsl(294, 97%, 77%) |
| CMYK | cmyk(5%, 45%, 0%, 1%) |
| LAB | lab(72.6 55.0 -40.5) |
| LCH | lch(72.6 68.2 323.6) |
| OKLCH | oklch(0.786 0.186 323.2) |
Copy-ready code
/* CSS */
color: #f18cfd;
background-color: #f18cfd;
/* Tailwind (arbitrary) */
class="text-[#f18cfd] bg-[#f18cfd]"
/* SCSS */
$brand: #f18cfd;
/* SwiftUI */
Color(red: 0.945, green: 0.549, blue: 0.992)
/* Android */
Color.parseColor("#f18cfd")Accessibility — WCAG contrast
Aa
#f18cfd on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f18cfd on black: 9.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green54.9%
Blue99.2%
CMYK percentages
Cyan4.7%
Magenta44.7%
Yellow0.0%
Key (black)0.8%
Color previews
#f18cfd text on a black background
contrast 9.91:1
Card sample
#f18cfd text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f18cfd;
Background color
Panel with #f18cfd background
background-color: #f18cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f18cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 140, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 140, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f18cfd; background: linear-gradient(135deg, #f18cfd, #FD8CBE);