#f28af7
a light, electric magenta / pink · warm · closest name: violet
RGB
242, 138, 247
HSL
297°, 87%, 76%
CMYK
2, 44, 0, 3
Luminance
0.4377
Every format
| HEX | #f28af7 |
| RGB | rgb(242, 138, 247) |
| HSL | hsl(297, 87%, 76%) |
| CMYK | cmyk(2%, 44%, 0%, 3%) |
| LAB | lab(72.1 55.1 -38.0) |
| LCH | lch(72.1 67.0 325.4) |
| OKLCH | oklch(0.782 0.184 325.5) |
Copy-ready code
/* CSS */
color: #f28af7;
background-color: #f28af7;
/* Tailwind (arbitrary) */
class="text-[#f28af7] bg-[#f28af7]"
/* SCSS */
$brand: #f28af7;
/* SwiftUI */
Color(red: 0.949, green: 0.541, blue: 0.969)
/* Android */
Color.parseColor("#f28af7")Accessibility — WCAG contrast
Aa
#f28af7 on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f28af7 on black: 9.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green54.1%
Blue96.9%
CMYK percentages
Cyan2.0%
Magenta44.1%
Yellow0.0%
Key (black)3.1%
Color previews
#f28af7 text on a black background
contrast 9.75:1
Card sample
#f28af7 text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f28af7;
Background color
Panel with #f28af7 background
background-color: #f28af7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f28af7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 138, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 138, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f28af7; background: linear-gradient(135deg, #f28af7, #F78AB3);