#f198fd
a light, electric magenta / pink · warm · closest name: violet
RGB
241, 152, 253
HSL
293°, 96%, 79%
CMYK
5, 40, 0, 1
Luminance
0.4825
Every format
| HEX | #f198fd |
| RGB | rgb(241, 152, 253) |
| HSL | hsl(293, 96%, 79%) |
| CMYK | cmyk(5%, 40%, 0%, 1%) |
| LAB | lab(75.0 48.9 -36.8) |
| LCH | lch(75.0 61.1 323.1) |
| OKLCH | oklch(0.804 0.166 322.6) |
Copy-ready code
/* CSS */
color: #f198fd;
background-color: #f198fd;
/* Tailwind (arbitrary) */
class="text-[#f198fd] bg-[#f198fd]"
/* SCSS */
$brand: #f198fd;
/* SwiftUI */
Color(red: 0.945, green: 0.596, blue: 0.992)
/* Android */
Color.parseColor("#f198fd")Accessibility — WCAG contrast
Aa
#f198fd on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f198fd on black: 10.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green59.6%
Blue99.2%
CMYK percentages
Cyan4.7%
Magenta39.9%
Yellow0.0%
Key (black)0.8%
Color previews
#f198fd text on a black background
contrast 10.65:1
Card sample
#f198fd text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f198fd;
Background color
Panel with #f198fd background
background-color: #f198fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f198fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 152, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 152, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f198fd; background: linear-gradient(135deg, #f198fd, #FD98C6);