#f899db
a light, electric magenta / pink · warm · closest name: plum
RGB
248, 153, 219
HSL
318°, 87%, 79%
CMYK
0, 38, 12, 3
Luminance
0.4785
Every format
| HEX | #f899db |
| RGB | rgb(248, 153, 219) |
| HSL | hsl(318, 87%, 79%) |
| CMYK | cmyk(0%, 38%, 12%, 3%) |
| LAB | lab(74.7 44.6 -18.6) |
| LCH | lch(74.7 48.3 337.4) |
| OKLCH | oklch(0.800 0.139 339.1) |
Copy-ready code
/* CSS */
color: #f899db;
background-color: #f899db;
/* Tailwind (arbitrary) */
class="text-[#f899db] bg-[#f899db]"
/* SCSS */
$brand: #f899db;
/* SwiftUI */
Color(red: 0.973, green: 0.600, blue: 0.859)
/* Android */
Color.parseColor("#f899db")Accessibility — WCAG contrast
Aa
#f899db on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f899db on black: 10.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green60.0%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta38.3%
Yellow11.7%
Key (black)2.7%
Color previews
#f899db text on a black background
contrast 10.57:1
Card sample
#f899db text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f899db;
Background color
Panel with #f899db background
background-color: #f899db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f899db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 153, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 153, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f899db; background: linear-gradient(135deg, #f899db, #F8999C);