#f899cd
a light, electric magenta / pink · warm · closest name: plum
RGB
248, 153, 205
HSL
327°, 87%, 79%
CMYK
0, 38, 17, 3
Luminance
0.4715
Every format
| HEX | #f899cd |
| RGB | rgb(248, 153, 205) |
| HSL | hsl(327, 87%, 79%) |
| CMYK | cmyk(0%, 38%, 17%, 3%) |
| LAB | lab(74.3 42.4 -11.5) |
| LCH | lch(74.3 44.0 344.8) |
| OKLCH | oklch(0.795 0.129 346.5) |
Copy-ready code
/* CSS */
color: #f899cd;
background-color: #f899cd;
/* Tailwind (arbitrary) */
class="text-[#f899cd] bg-[#f899cd]"
/* SCSS */
$brand: #f899cd;
/* SwiftUI */
Color(red: 0.973, green: 0.600, blue: 0.804)
/* Android */
Color.parseColor("#f899cd")Accessibility — WCAG contrast
Aa
#f899cd on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f899cd on black: 10.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green60.0%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta38.3%
Yellow17.3%
Key (black)2.7%
Color previews
#f899cd text on a black background
contrast 10.43:1
Card sample
#f899cd text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f899cd;
Background color
Panel with #f899cd background
background-color: #f899cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f899cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 153, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 153, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f899cd; background: linear-gradient(135deg, #f899cd, #F8A499);