#ffabdc
a light, electric magenta / pink · warm · closest name: plum
RGB
255, 171, 220
HSL
325°, 100%, 84%
CMYK
0, 33, 14, 0
Luminance
0.5555
Every format
| HEX | #ffabdc |
| RGB | rgb(255, 171, 220) |
| HSL | hsl(325, 100%, 84%) |
| CMYK | cmyk(0%, 33%, 14%, 0%) |
| LAB | lab(79.4 37.7 -12.1) |
| LCH | lch(79.4 39.6 342.3) |
| OKLCH | oklch(0.837 0.115 344.0) |
Copy-ready code
/* CSS */
color: #ffabdc;
background-color: #ffabdc;
/* Tailwind (arbitrary) */
class="text-[#ffabdc] bg-[#ffabdc]"
/* SCSS */
$brand: #ffabdc;
/* SwiftUI */
Color(red: 1.000, green: 0.671, blue: 0.863)
/* Android */
Color.parseColor("#ffabdc")Accessibility — WCAG contrast
Aa
#ffabdc on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffabdc on black: 12.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green67.1%
Blue86.3%
CMYK percentages
Cyan0.0%
Magenta32.9%
Yellow13.7%
Key (black)0.0%
Color previews
#ffabdc text on a black background
contrast 12.11:1
Card sample
#ffabdc text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffabdc;
Background color
Panel with #ffabdc background
background-color: #ffabdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffabdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 171, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 171, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffabdc; background: linear-gradient(135deg, #ffabdc, #FFB2AB);