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