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