#ffabf7
a light, electric magenta / pink · warm · closest name: plum
RGB
255, 171, 247
HSL
306°, 100%, 84%
CMYK
0, 33, 3, 0
Luminance
0.5710
Every format
| HEX | #ffabf7 |
| RGB | rgb(255, 171, 247) |
| HSL | hsl(306, 100%, 84%) |
| CMYK | cmyk(0%, 33%, 3%, 0%) |
| LAB | lab(80.2 42.2 -25.3) |
| LCH | lch(80.2 49.2 329.1) |
| OKLCH | oklch(0.846 0.137 330.1) |
Copy-ready code
/* CSS */
color: #ffabf7;
background-color: #ffabf7;
/* Tailwind (arbitrary) */
class="text-[#ffabf7] bg-[#ffabf7]"
/* SCSS */
$brand: #ffabf7;
/* SwiftUI */
Color(red: 1.000, green: 0.671, blue: 0.969)
/* Android */
Color.parseColor("#ffabf7")Accessibility — WCAG contrast
Aa
#ffabf7 on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffabf7 on black: 12.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green67.1%
Blue96.9%
CMYK percentages
Cyan0.0%
Magenta32.9%
Yellow3.1%
Key (black)0.0%
Color previews
#ffabf7 text on a black background
contrast 12.42:1
Card sample
#ffabf7 text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffabf7;
Background color
Panel with #ffabf7 background
background-color: #ffabf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffabf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 171, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 171, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffabf7; background: linear-gradient(135deg, #ffabf7, #FFABBF);