#f28ef1
a light, electric magenta / pink · warm · closest name: violet
RGB
242, 142, 241
HSL
301°, 79%, 75%
CMYK
0, 41, 0, 5
Luminance
0.4457
Every format
| HEX | #f28ef1 |
| RGB | rgb(242, 142, 241) |
| HSL | hsl(301, 79%, 75%) |
| CMYK | cmyk(0%, 41%, 0%, 5%) |
| LAB | lab(72.6 52.1 -33.9) |
| LCH | lch(72.6 62.1 326.9) |
| OKLCH | oklch(0.785 0.172 327.4) |
Copy-ready code
/* CSS */
color: #f28ef1;
background-color: #f28ef1;
/* Tailwind (arbitrary) */
class="text-[#f28ef1] bg-[#f28ef1]"
/* SCSS */
$brand: #f28ef1;
/* SwiftUI */
Color(red: 0.949, green: 0.557, blue: 0.945)
/* Android */
Color.parseColor("#f28ef1")Accessibility — WCAG contrast
Aa
#f28ef1 on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f28ef1 on black: 9.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green55.7%
Blue94.5%
CMYK percentages
Cyan0.0%
Magenta41.3%
Yellow0.4%
Key (black)5.1%
Color previews
#f28ef1 text on a black background
contrast 9.91:1
Card sample
#f28ef1 text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f28ef1;
Background color
Panel with #f28ef1 background
background-color: #f28ef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f28ef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 142, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 142, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f28ef1; background: linear-gradient(135deg, #f28ef1, #F28EAE);