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