#f882af
a light, electric magenta / pink · warm · closest name: plum
RGB
248, 130, 175
HSL
337°, 89%, 74%
CMYK
0, 48, 29, 3
Luminance
0.3902
Every format
| HEX | #f882af |
| RGB | rgb(248, 130, 175) |
| HSL | hsl(337, 89%, 74%) |
| CMYK | cmyk(0%, 48%, 29%, 3%) |
| LAB | lab(68.8 49.9 -3.1) |
| LCH | lch(68.8 49.9 356.5) |
| OKLCH | oklch(0.750 0.151 357.2) |
Copy-ready code
/* CSS */
color: #f882af;
background-color: #f882af;
/* Tailwind (arbitrary) */
class="text-[#f882af] bg-[#f882af]"
/* SCSS */
$brand: #f882af;
/* SwiftUI */
Color(red: 0.973, green: 0.510, blue: 0.686)
/* Android */
Color.parseColor("#f882af")Accessibility — WCAG contrast
Aa
#f882af on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f882af on black: 8.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green51.0%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta47.6%
Yellow29.4%
Key (black)2.7%
Color previews
#f882af text on a black background
contrast 8.80:1
Card sample
#f882af text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f882af;
Background color
Panel with #f882af background
background-color: #f882af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f882af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 130, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 130, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f882af; background: linear-gradient(135deg, #f882af, #F8A482);