#f899df
a light, electric magenta / pink · warm · closest name: plum
RGB
248, 153, 223
HSL
316°, 87%, 79%
CMYK
0, 38, 10, 3
Luminance
0.4807
Every format
| HEX | #f899df |
| RGB | rgb(248, 153, 223) |
| HSL | hsl(316, 87%, 79%) |
| CMYK | cmyk(0%, 38%, 10%, 3%) |
| LAB | lab(74.9 45.2 -20.5) |
| LCH | lch(74.9 49.7 335.6) |
| OKLCH | oklch(0.801 0.142 337.2) |
Copy-ready code
/* CSS */
color: #f899df;
background-color: #f899df;
/* Tailwind (arbitrary) */
class="text-[#f899df] bg-[#f899df]"
/* SCSS */
$brand: #f899df;
/* SwiftUI */
Color(red: 0.973, green: 0.600, blue: 0.875)
/* Android */
Color.parseColor("#f899df")Accessibility — WCAG contrast
Aa
#f899df on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f899df on black: 10.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green60.0%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta38.3%
Yellow10.1%
Key (black)2.7%
Color previews
#f899df text on a black background
contrast 10.61:1
Card sample
#f899df text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f899df;
Background color
Panel with #f899df background
background-color: #f899df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f899df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 153, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 153, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f899df; background: linear-gradient(135deg, #f899df, #F899A0);