#f488ba
a light, electric magenta / pink · warm · closest name: plum
RGB
244, 136, 186
HSL
332°, 83%, 75%
CMYK
0, 44, 24, 4
Luminance
0.4039
Every format
| HEX | #f488ba |
| RGB | rgb(244, 136, 186) |
| HSL | hsl(332, 83%, 75%) |
| CMYK | cmyk(0%, 44%, 24%, 4%) |
| LAB | lab(69.8 47.0 -7.8) |
| LCH | lch(69.8 47.6 350.5) |
| OKLCH | oklch(0.758 0.143 351.9) |
Copy-ready code
/* CSS */
color: #f488ba;
background-color: #f488ba;
/* Tailwind (arbitrary) */
class="text-[#f488ba] bg-[#f488ba]"
/* SCSS */
$brand: #f488ba;
/* SwiftUI */
Color(red: 0.957, green: 0.533, blue: 0.729)
/* Android */
Color.parseColor("#f488ba")Accessibility — WCAG contrast
Aa
#f488ba on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f488ba on black: 9.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green53.3%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta44.3%
Yellow23.8%
Key (black)4.3%
Color previews
#f488ba text on a black background
contrast 9.08:1
Card sample
#f488ba text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f488ba;
Background color
Panel with #f488ba background
background-color: #f488ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f488ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 136, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 136, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f488ba; background: linear-gradient(135deg, #f488ba, #F49E88);