#f883ac
a light, electric magenta / pink · warm · closest name: plum
RGB
248, 131, 172
HSL
339°, 89%, 74%
CMYK
0, 47, 31, 3
Luminance
0.3917
Every format
| HEX | #f883ac |
| RGB | rgb(248, 131, 172) |
| HSL | hsl(339, 89%, 74%) |
| CMYK | cmyk(0%, 47%, 31%, 3%) |
| LAB | lab(68.9 49.0 -1.2) |
| LCH | lch(68.9 49.0 358.6) |
| OKLCH | oklch(0.751 0.148 359.0) |
Copy-ready code
/* CSS */
color: #f883ac;
background-color: #f883ac;
/* Tailwind (arbitrary) */
class="text-[#f883ac] bg-[#f883ac]"
/* SCSS */
$brand: #f883ac;
/* SwiftUI */
Color(red: 0.973, green: 0.514, blue: 0.675)
/* Android */
Color.parseColor("#f883ac")Accessibility — WCAG contrast
Aa
#f883ac on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f883ac on black: 8.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green51.4%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta47.2%
Yellow30.6%
Key (black)2.7%
Color previews
#f883ac text on a black background
contrast 8.83:1
Card sample
#f883ac text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f883ac;
Background color
Panel with #f883ac background
background-color: #f883ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f883ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 131, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 131, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f883ac; background: linear-gradient(135deg, #f883ac, #F8A883);