#ffabd5
a light, electric magenta / pink · warm · closest name: plum
RGB
255, 171, 213
HSL
330°, 100%, 84%
CMYK
0, 33, 17, 0
Luminance
0.5519
Every format
| HEX | #ffabd5 |
| RGB | rgb(255, 171, 213) |
| HSL | hsl(330, 100%, 84%) |
| CMYK | cmyk(0%, 33%, 17%, 0%) |
| LAB | lab(79.2 36.6 -8.6) |
| LCH | lch(79.2 37.6 346.8) |
| OKLCH | oklch(0.835 0.111 348.4) |
Copy-ready code
/* CSS */
color: #ffabd5;
background-color: #ffabd5;
/* Tailwind (arbitrary) */
class="text-[#ffabd5] bg-[#ffabd5]"
/* SCSS */
$brand: #ffabd5;
/* SwiftUI */
Color(red: 1.000, green: 0.671, blue: 0.835)
/* Android */
Color.parseColor("#ffabd5")Accessibility — WCAG contrast
Aa
#ffabd5 on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffabd5 on black: 12.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green67.1%
Blue83.5%
CMYK percentages
Cyan0.0%
Magenta32.9%
Yellow16.5%
Key (black)0.0%
Color previews
#ffabd5 text on a black background
contrast 12.04:1
Card sample
#ffabd5 text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffabd5;
Background color
Panel with #ffabd5 background
background-color: #ffabd5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffabd5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 171, 213, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 171, 213, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffabd5; background: linear-gradient(135deg, #ffabd5, #FFB9AB);