#f296fd
a light, electric magenta / pink · warm · closest name: violet
RGB
242, 150, 253
HSL
294°, 96%, 79%
CMYK
4, 41, 0, 1
Luminance
0.4778
Every format
| HEX | #f296fd |
| RGB | rgb(242, 150, 253) |
| HSL | hsl(294, 96%, 79%) |
| CMYK | cmyk(4%, 41%, 0%, 1%) |
| LAB | lab(74.7 50.2 -37.2) |
| LCH | lch(74.7 62.5 323.5) |
| OKLCH | oklch(0.802 0.170 323.1) |
Copy-ready code
/* CSS */
color: #f296fd;
background-color: #f296fd;
/* Tailwind (arbitrary) */
class="text-[#f296fd] bg-[#f296fd]"
/* SCSS */
$brand: #f296fd;
/* SwiftUI */
Color(red: 0.949, green: 0.588, blue: 0.992)
/* Android */
Color.parseColor("#f296fd")Accessibility — WCAG contrast
Aa
#f296fd on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f296fd on black: 10.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green58.8%
Blue99.2%
CMYK percentages
Cyan4.3%
Magenta40.7%
Yellow0.0%
Key (black)0.8%
Color previews
#f296fd text on a black background
contrast 10.56:1
Card sample
#f296fd text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f296fd;
Background color
Panel with #f296fd background
background-color: #f296fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f296fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 150, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 150, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f296fd; background: linear-gradient(135deg, #f296fd, #FD96C3);