#f88cdf
a light, electric magenta / pink · warm · closest name: violet
RGB
248, 140, 223
HSL
314°, 89%, 76%
CMYK
0, 44, 10, 3
Luminance
0.4404
Every format
| HEX | #f88cdf |
| RGB | rgb(248, 140, 223) |
| HSL | hsl(314, 89%, 76%) |
| CMYK | cmyk(0%, 44%, 10%, 3%) |
| LAB | lab(72.3 51.8 -24.5) |
| LCH | lch(72.3 57.3 334.7) |
| OKLCH | oklch(0.782 0.164 336.3) |
Copy-ready code
/* CSS */
color: #f88cdf;
background-color: #f88cdf;
/* Tailwind (arbitrary) */
class="text-[#f88cdf] bg-[#f88cdf]"
/* SCSS */
$brand: #f88cdf;
/* SwiftUI */
Color(red: 0.973, green: 0.549, blue: 0.875)
/* Android */
Color.parseColor("#f88cdf")Accessibility — WCAG contrast
Aa
#f88cdf on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f88cdf on black: 9.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green54.9%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta43.5%
Yellow10.1%
Key (black)2.7%
Color previews
#f88cdf text on a black background
contrast 9.81:1
Card sample
#f88cdf text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f88cdf;
Background color
Panel with #f88cdf background
background-color: #f88cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f88cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 140, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 140, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f88cdf; background: linear-gradient(135deg, #f88cdf, #F88C97);