#f893cd
a light, electric magenta / pink · warm · closest name: plum
RGB
248, 147, 205
HSL
326°, 88%, 78%
CMYK
0, 41, 17, 3
Luminance
0.4523
Every format
| HEX | #f893cd |
| RGB | rgb(248, 147, 205) |
| HSL | hsl(326, 88%, 78%) |
| CMYK | cmyk(0%, 41%, 17%, 3%) |
| LAB | lab(73.0 45.5 -13.4) |
| LCH | lch(73.0 47.4 343.6) |
| OKLCH | oklch(0.786 0.139 345.3) |
Copy-ready code
/* CSS */
color: #f893cd;
background-color: #f893cd;
/* Tailwind (arbitrary) */
class="text-[#f893cd] bg-[#f893cd]"
/* SCSS */
$brand: #f893cd;
/* SwiftUI */
Color(red: 0.973, green: 0.576, blue: 0.804)
/* Android */
Color.parseColor("#f893cd")Accessibility — WCAG contrast
Aa
#f893cd on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f893cd on black: 10.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green57.6%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta40.7%
Yellow17.3%
Key (black)2.7%
Color previews
#f893cd text on a black background
contrast 10.05:1
Card sample
#f893cd text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f893cd;
Background color
Panel with #f893cd background
background-color: #f893cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f893cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 147, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 147, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f893cd; background: linear-gradient(135deg, #f893cd, #F89C93);