#f88afd
a light, electric magenta / pink · warm · closest name: violet
RGB
248, 138, 253
HSL
297°, 97%, 77%
CMYK
2, 46, 0, 1
Luminance
0.4523
Every format
| HEX | #f88afd |
| RGB | rgb(248, 138, 253) |
| HSL | hsl(297, 97%, 77%) |
| CMYK | cmyk(2%, 46%, 0%, 1%) |
| LAB | lab(73.0 57.9 -39.7) |
| LCH | lch(73.0 70.2 325.6) |
| OKLCH | oklch(0.791 0.193 325.6) |
Copy-ready code
/* CSS */
color: #f88afd;
background-color: #f88afd;
/* Tailwind (arbitrary) */
class="text-[#f88afd] bg-[#f88afd]"
/* SCSS */
$brand: #f88afd;
/* SwiftUI */
Color(red: 0.973, green: 0.541, blue: 0.992)
/* Android */
Color.parseColor("#f88afd")Accessibility — WCAG contrast
Aa
#f88afd on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f88afd on black: 10.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green54.1%
Blue99.2%
CMYK percentages
Cyan2.0%
Magenta45.5%
Yellow0.0%
Key (black)0.8%
Color previews
#f88afd text on a black background
contrast 10.05:1
Card sample
#f88afd text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f88afd;
Background color
Panel with #f88afd background
background-color: #f88afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f88afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 138, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 138, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f88afd; background: linear-gradient(135deg, #f88afd, #FD8AB5);