#f882df
a light, electric magenta / pink · warm · closest name: violet
RGB
248, 130, 223
HSL
313°, 89%, 74%
CMYK
0, 48, 10, 3
Luminance
0.4125
Every format
| HEX | #f882df |
| RGB | rgb(248, 130, 223) |
| HSL | hsl(313, 89%, 74%) |
| CMYK | cmyk(0%, 48%, 10%, 3%) |
| LAB | lab(70.3 56.7 -27.4) |
| LCH | lch(70.3 63.0 334.2) |
| OKLCH | oklch(0.767 0.180 335.8) |
Copy-ready code
/* CSS */
color: #f882df;
background-color: #f882df;
/* Tailwind (arbitrary) */
class="text-[#f882df] bg-[#f882df]"
/* SCSS */
$brand: #f882df;
/* SwiftUI */
Color(red: 0.973, green: 0.510, blue: 0.875)
/* Android */
Color.parseColor("#f882df")Accessibility — WCAG contrast
Aa
#f882df on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f882df on black: 9.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green51.0%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta47.6%
Yellow10.1%
Key (black)2.7%
Color previews
#f882df text on a black background
contrast 9.25:1
Card sample
#f882df text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f882df;
Background color
Panel with #f882df background
background-color: #f882df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f882df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 130, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 130, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f882df; background: linear-gradient(135deg, #f882df, #F88290);