#f28dfd
a light, electric magenta / pink · warm · closest name: violet
RGB
242, 141, 253
HSL
294°, 97%, 77%
CMYK
4, 44, 0, 1
Luminance
0.4502
Every format
| HEX | #f28dfd |
| RGB | rgb(242, 141, 253) |
| HSL | hsl(294, 97%, 77%) |
| CMYK | cmyk(4%, 44%, 0%, 1%) |
| LAB | lab(72.9 54.7 -40.0) |
| LCH | lch(72.9 67.8 323.9) |
| OKLCH | oklch(0.789 0.185 323.5) |
Copy-ready code
/* CSS */
color: #f28dfd;
background-color: #f28dfd;
/* Tailwind (arbitrary) */
class="text-[#f28dfd] bg-[#f28dfd]"
/* SCSS */
$brand: #f28dfd;
/* SwiftUI */
Color(red: 0.949, green: 0.553, blue: 0.992)
/* Android */
Color.parseColor("#f28dfd")Accessibility — WCAG contrast
Aa
#f28dfd on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f28dfd on black: 10.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green55.3%
Blue99.2%
CMYK percentages
Cyan4.3%
Magenta44.3%
Yellow0.0%
Key (black)0.8%
Color previews
#f28dfd text on a black background
contrast 10.00:1
Card sample
#f28dfd text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f28dfd;
Background color
Panel with #f28dfd background
background-color: #f28dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f28dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 141, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 141, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f28dfd; background: linear-gradient(135deg, #f28dfd, #FD8DBD);