#f897cd
a light, electric magenta / pink · warm · closest name: plum
RGB
248, 151, 205
HSL
327°, 87%, 78%
CMYK
0, 39, 17, 3
Luminance
0.4650
Every format
| HEX | #f897cd |
| RGB | rgb(248, 151, 205) |
| HSL | hsl(327, 87%, 78%) |
| CMYK | cmyk(0%, 39%, 17%, 3%) |
| LAB | lab(73.9 43.4 -12.2) |
| LCH | lch(73.9 45.1 344.3) |
| OKLCH | oklch(0.792 0.133 346.1) |
Copy-ready code
/* CSS */
color: #f897cd;
background-color: #f897cd;
/* Tailwind (arbitrary) */
class="text-[#f897cd] bg-[#f897cd]"
/* SCSS */
$brand: #f897cd;
/* SwiftUI */
Color(red: 0.973, green: 0.592, blue: 0.804)
/* Android */
Color.parseColor("#f897cd")Accessibility — WCAG contrast
Aa
#f897cd on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f897cd on black: 10.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green59.2%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta39.1%
Yellow17.3%
Key (black)2.7%
Color previews
#f897cd text on a black background
contrast 10.30:1
Card sample
#f897cd text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f897cd;
Background color
Panel with #f897cd background
background-color: #f897cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f897cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 151, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 151, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f897cd; background: linear-gradient(135deg, #f897cd, #F8A297);