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