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