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