#f28ffc
a light, electric magenta / pink · warm · closest name: violet
RGB
242, 143, 252
HSL
295°, 95%, 78%
CMYK
4, 43, 0, 1
Luminance
0.4555
Every format
| HEX | #f28ffc |
| RGB | rgb(242, 143, 252) |
| HSL | hsl(295, 95%, 78%) |
| CMYK | cmyk(4%, 43%, 0%, 1%) |
| LAB | lab(73.3 53.5 -38.9) |
| LCH | lch(73.3 66.2 324.0) |
| OKLCH | oklch(0.791 0.180 323.7) |
Copy-ready code
/* CSS */
color: #f28ffc;
background-color: #f28ffc;
/* Tailwind (arbitrary) */
class="text-[#f28ffc] bg-[#f28ffc]"
/* SCSS */
$brand: #f28ffc;
/* SwiftUI */
Color(red: 0.949, green: 0.561, blue: 0.988)
/* Android */
Color.parseColor("#f28ffc")Accessibility — WCAG contrast
Aa
#f28ffc on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f28ffc on black: 10.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green56.1%
Blue98.8%
CMYK percentages
Cyan4.0%
Magenta43.3%
Yellow0.0%
Key (black)1.2%
Color previews
#f28ffc text on a black background
contrast 10.11:1
Card sample
#f28ffc text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f28ffc;
Background color
Panel with #f28ffc background
background-color: #f28ffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f28ffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 143, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 143, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f28ffc; background: linear-gradient(135deg, #f28ffc, #FC8FBD);