#f89dcf
a light, electric magenta / pink · warm · closest name: plum
RGB
248, 157, 207
HSL
327°, 87%, 79%
CMYK
0, 37, 17, 3
Luminance
0.4858
Every format
| HEX | #f89dcf |
| RGB | rgb(248, 157, 207) |
| HSL | hsl(327, 87%, 79%) |
| CMYK | cmyk(0%, 37%, 17%, 3%) |
| LAB | lab(75.2 40.6 -11.3) |
| LCH | lch(75.2 42.2 344.5) |
| OKLCH | oklch(0.802 0.124 346.2) |
Copy-ready code
/* CSS */
color: #f89dcf;
background-color: #f89dcf;
/* Tailwind (arbitrary) */
class="text-[#f89dcf] bg-[#f89dcf]"
/* SCSS */
$brand: #f89dcf;
/* SwiftUI */
Color(red: 0.973, green: 0.616, blue: 0.812)
/* Android */
Color.parseColor("#f89dcf")Accessibility — WCAG contrast
Aa
#f89dcf on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f89dcf on black: 10.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green61.6%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta36.7%
Yellow16.5%
Key (black)2.7%
Color previews
#f89dcf text on a black background
contrast 10.72:1
Card sample
#f89dcf text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f89dcf;
Background color
Panel with #f89dcf background
background-color: #f89dcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f89dcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 157, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 157, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f89dcf; background: linear-gradient(135deg, #f89dcf, #F8A89D);