#ff80ab
a light, electric magenta / pink · warm · closest name: plum
RGB
255, 128, 171
HSL
340°, 100%, 75%
CMYK
0, 50, 33, 0
Luminance
0.3964
Every format
| HEX | #ff80ab |
| RGB | rgb(255, 128, 171) |
| HSL | hsl(340, 100%, 75%) |
| CMYK | cmyk(0%, 50%, 33%, 0%) |
| LAB | lab(69.2 52.6 -0.1) |
| LCH | lch(69.2 52.6 359.9) |
| OKLCH | oklch(0.755 0.160 0.2) |
Copy-ready code
/* CSS */
color: #ff80ab;
background-color: #ff80ab;
/* Tailwind (arbitrary) */
class="text-[#ff80ab] bg-[#ff80ab]"
/* SCSS */
$brand: #ff80ab;
/* SwiftUI */
Color(red: 1.000, green: 0.502, blue: 0.671)
/* Android */
Color.parseColor("#ff80ab")Accessibility — WCAG contrast
Aa
#ff80ab on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff80ab on black: 8.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green50.2%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta49.8%
Yellow32.9%
Key (black)0.0%
Color previews
#ff80ab text on a black background
contrast 8.93:1
Card sample
#ff80ab text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff80ab;
Background color
Panel with #ff80ab background
background-color: #ff80ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff80ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 128, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 128, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff80ab; background: linear-gradient(135deg, #ff80ab, #FFAA80);