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