#f488ac
a light, electric magenta / pink · warm · closest name: plum
RGB
244, 136, 172
HSL
340°, 83%, 75%
CMYK
0, 44, 30, 4
Luminance
0.3982
Every format
| HEX | #f488ac |
| RGB | rgb(244, 136, 172) |
| HSL | hsl(340, 83%, 75%) |
| CMYK | cmyk(0%, 44%, 30%, 4%) |
| LAB | lab(69.3 45.1 -0.6) |
| LCH | lch(69.3 45.1 359.3) |
| OKLCH | oklch(0.753 0.137 359.6) |
Copy-ready code
/* CSS */
color: #f488ac;
background-color: #f488ac;
/* Tailwind (arbitrary) */
class="text-[#f488ac] bg-[#f488ac]"
/* SCSS */
$brand: #f488ac;
/* SwiftUI */
Color(red: 0.957, green: 0.533, blue: 0.675)
/* Android */
Color.parseColor("#f488ac")Accessibility — WCAG contrast
Aa
#f488ac on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f488ac on black: 8.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green53.3%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta44.3%
Yellow29.5%
Key (black)4.3%
Color previews
#f488ac text on a black background
contrast 8.96:1
Card sample
#f488ac text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f488ac;
Background color
Panel with #f488ac background
background-color: #f488ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f488ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 136, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 136, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f488ac; background: linear-gradient(135deg, #f488ac, #F4AC88);