#ffabdf
a light, electric magenta / pink · warm · closest name: plum
RGB
255, 171, 223
HSL
323°, 100%, 84%
CMYK
0, 33, 13, 0
Luminance
0.5571
Every format
| HEX | #ffabdf |
| RGB | rgb(255, 171, 223) |
| HSL | hsl(323, 100%, 84%) |
| CMYK | cmyk(0%, 33%, 13%, 0%) |
| LAB | lab(79.5 38.2 -13.5) |
| LCH | lch(79.5 40.5 340.5) |
| OKLCH | oklch(0.838 0.117 342.2) |
Copy-ready code
/* CSS */
color: #ffabdf;
background-color: #ffabdf;
/* Tailwind (arbitrary) */
class="text-[#ffabdf] bg-[#ffabdf]"
/* SCSS */
$brand: #ffabdf;
/* SwiftUI */
Color(red: 1.000, green: 0.671, blue: 0.875)
/* Android */
Color.parseColor("#ffabdf")Accessibility — WCAG contrast
Aa
#ffabdf on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffabdf on black: 12.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green67.1%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta32.9%
Yellow12.5%
Key (black)0.0%
Color previews
#ffabdf text on a black background
contrast 12.14:1
Card sample
#ffabdf text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffabdf;
Background color
Panel with #ffabdf background
background-color: #ffabdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffabdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 171, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 171, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffabdf; background: linear-gradient(135deg, #ffabdf, #FFAFAB);