#f883cf
a light, electric magenta / pink · warm · closest name: orchid
RGB
248, 131, 207
HSL
321°, 89%, 74%
CMYK
0, 47, 17, 3
Luminance
0.4069
Every format
| HEX | #f883cf |
| RGB | rgb(248, 131, 207) |
| HSL | hsl(321, 89%, 74%) |
| CMYK | cmyk(0%, 47%, 17%, 3%) |
| LAB | lab(70.0 53.8 -19.2) |
| LCH | lch(70.0 57.1 340.4) |
| OKLCH | oklch(0.763 0.167 342.2) |
Copy-ready code
/* CSS */
color: #f883cf;
background-color: #f883cf;
/* Tailwind (arbitrary) */
class="text-[#f883cf] bg-[#f883cf]"
/* SCSS */
$brand: #f883cf;
/* SwiftUI */
Color(red: 0.973, green: 0.514, blue: 0.812)
/* Android */
Color.parseColor("#f883cf")Accessibility — WCAG contrast
Aa
#f883cf on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f883cf on black: 9.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green51.4%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta47.2%
Yellow16.5%
Key (black)2.7%
Color previews
#f883cf text on a black background
contrast 9.14:1
Card sample
#f883cf text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f883cf;
Background color
Panel with #f883cf background
background-color: #f883cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f883cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 131, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 131, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f883cf; background: linear-gradient(135deg, #f883cf, #F88583);