#f885df
a light, electric magenta / pink · warm · closest name: violet
RGB
248, 133, 223
HSL
313°, 89%, 75%
CMYK
0, 46, 10, 3
Luminance
0.4206
Every format
| HEX | #f885df |
| RGB | rgb(248, 133, 223) |
| HSL | hsl(313, 89%, 75%) |
| CMYK | cmyk(0%, 46%, 10%, 3%) |
| LAB | lab(70.9 55.3 -26.6) |
| LCH | lch(70.9 61.3 334.3) |
| OKLCH | oklch(0.772 0.175 335.9) |
Copy-ready code
/* CSS */
color: #f885df;
background-color: #f885df;
/* Tailwind (arbitrary) */
class="text-[#f885df] bg-[#f885df]"
/* SCSS */
$brand: #f885df;
/* SwiftUI */
Color(red: 0.973, green: 0.522, blue: 0.875)
/* Android */
Color.parseColor("#f885df")Accessibility — WCAG contrast
Aa
#f885df on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f885df on black: 9.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green52.2%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta46.4%
Yellow10.1%
Key (black)2.7%
Color previews
#f885df text on a black background
contrast 9.41:1
Card sample
#f885df text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f885df;
Background color
Panel with #f885df background
background-color: #f885df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f885df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 133, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 133, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f885df; background: linear-gradient(135deg, #f885df, #F88592);