#ffabfe
a light, electric magenta / pink · warm · closest name: plum
RGB
255, 171, 254
HSL
301°, 100%, 84%
CMYK
0, 33, 0, 0
Luminance
0.5754
Every format
| HEX | #ffabfe |
| RGB | rgb(255, 171, 254) |
| HSL | hsl(301, 100%, 84%) |
| CMYK | cmyk(0%, 33%, 0%, 0%) |
| LAB | lab(80.5 43.5 -28.7) |
| LCH | lch(80.5 52.1 326.6) |
| OKLCH | oklch(0.849 0.143 327.2) |
Copy-ready code
/* CSS */
color: #ffabfe;
background-color: #ffabfe;
/* Tailwind (arbitrary) */
class="text-[#ffabfe] bg-[#ffabfe]"
/* SCSS */
$brand: #ffabfe;
/* SwiftUI */
Color(red: 1.000, green: 0.671, blue: 0.996)
/* Android */
Color.parseColor("#ffabfe")Accessibility — WCAG contrast
Aa
#ffabfe on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffabfe on black: 12.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green67.1%
Blue99.6%
CMYK percentages
Cyan0.0%
Magenta32.9%
Yellow0.4%
Key (black)0.0%
Color previews
#ffabfe text on a black background
contrast 12.51:1
Card sample
#ffabfe text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffabfe;
Background color
Panel with #ffabfe background
background-color: #ffabfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffabfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 171, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 171, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffabfe; background: linear-gradient(135deg, #ffabfe, #FFABC6);