#f899c2
a light, electric magenta / pink · warm · closest name: plum
RGB
248, 153, 194
HSL
334°, 87%, 79%
CMYK
0, 38, 22, 3
Luminance
0.4663
Every format
| HEX | #f899c2 |
| RGB | rgb(248, 153, 194) |
| HSL | hsl(334, 87%, 79%) |
| CMYK | cmyk(0%, 38%, 22%, 3%) |
| LAB | lab(74.0 40.8 -6.0) |
| LCH | lch(74.0 41.2 351.7) |
| OKLCH | oklch(0.791 0.123 352.9) |
Copy-ready code
/* CSS */
color: #f899c2;
background-color: #f899c2;
/* Tailwind (arbitrary) */
class="text-[#f899c2] bg-[#f899c2]"
/* SCSS */
$brand: #f899c2;
/* SwiftUI */
Color(red: 0.973, green: 0.600, blue: 0.761)
/* Android */
Color.parseColor("#f899c2")Accessibility — WCAG contrast
Aa
#f899c2 on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f899c2 on black: 10.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green60.0%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta38.3%
Yellow21.8%
Key (black)2.7%
Color previews
#f899c2 text on a black background
contrast 10.33:1
Card sample
#f899c2 text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f899c2;
Background color
Panel with #f899c2 background
background-color: #f899c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f899c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 153, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 153, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f899c2; background: linear-gradient(135deg, #f899c2, #F8AF99);