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