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