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