#f28fef
a light, electric magenta / pink · warm · closest name: violet
RGB
242, 143, 239
HSL
302°, 79%, 76%
CMYK
0, 41, 1, 5
Luminance
0.4475
Every format
| HEX | #f28fef |
| RGB | rgb(242, 143, 239) |
| HSL | hsl(302, 79%, 76%) |
| CMYK | cmyk(0%, 41%, 1%, 5%) |
| LAB | lab(72.7 51.2 -32.6) |
| LCH | lch(72.7 60.7 327.5) |
| OKLCH | oklch(0.786 0.168 328.1) |
Copy-ready code
/* CSS */
color: #f28fef;
background-color: #f28fef;
/* Tailwind (arbitrary) */
class="text-[#f28fef] bg-[#f28fef]"
/* SCSS */
$brand: #f28fef;
/* SwiftUI */
Color(red: 0.949, green: 0.561, blue: 0.937)
/* Android */
Color.parseColor("#f28fef")Accessibility — WCAG contrast
Aa
#f28fef on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f28fef on black: 9.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green56.1%
Blue93.7%
CMYK percentages
Cyan0.0%
Magenta40.9%
Yellow1.2%
Key (black)5.1%
Color previews
#f28fef text on a black background
contrast 9.95:1
Card sample
#f28fef text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f28fef;
Background color
Panel with #f28fef background
background-color: #f28fef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f28fef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 143, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 143, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f28fef; background: linear-gradient(135deg, #f28fef, #F28FAD);