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