#f289af
a light, electric magenta / pink · warm · closest name: plum
RGB
242, 137, 175
HSL
338°, 80%, 74%
CMYK
0, 43, 28, 5
Luminance
0.3986
Every format
| HEX | #f289af |
| RGB | rgb(242, 137, 175) |
| HSL | hsl(338, 80%, 74%) |
| CMYK | cmyk(0%, 43%, 28%, 5%) |
| LAB | lab(69.4 44.3 -2.3) |
| LCH | lch(69.4 44.4 357.1) |
| OKLCH | oklch(0.753 0.134 357.7) |
Copy-ready code
/* CSS */
color: #f289af;
background-color: #f289af;
/* Tailwind (arbitrary) */
class="text-[#f289af] bg-[#f289af]"
/* SCSS */
$brand: #f289af;
/* SwiftUI */
Color(red: 0.949, green: 0.537, blue: 0.686)
/* Android */
Color.parseColor("#f289af")Accessibility — WCAG contrast
Aa
#f289af on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f289af on black: 8.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green53.7%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta43.4%
Yellow27.7%
Key (black)5.1%
Color previews
#f289af text on a black background
contrast 8.97:1
Card sample
#f289af text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f289af;
Background color
Panel with #f289af background
background-color: #f289af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f289af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 137, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 137, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f289af; background: linear-gradient(135deg, #f289af, #F2A989);