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