#f7abfe
a light, electric magenta / pink · warm · closest name: plum
RGB
247, 171, 254
HSL
295°, 98%, 83%
CMYK
3, 33, 0, 0
Luminance
0.5606
Every format
| HEX | #f7abfe |
| RGB | rgb(247, 171, 254) |
| HSL | hsl(295, 98%, 83%) |
| CMYK | cmyk(3%, 33%, 0%, 0%) |
| LAB | lab(79.7 41.0 -30.0) |
| LCH | lch(79.7 50.8 323.8) |
| OKLCH | oklch(0.841 0.138 323.8) |
Copy-ready code
/* CSS */
color: #f7abfe;
background-color: #f7abfe;
/* Tailwind (arbitrary) */
class="text-[#f7abfe] bg-[#f7abfe]"
/* SCSS */
$brand: #f7abfe;
/* SwiftUI */
Color(red: 0.969, green: 0.671, blue: 0.996)
/* Android */
Color.parseColor("#f7abfe")Accessibility — WCAG contrast
Aa
#f7abfe on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7abfe on black: 12.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green67.1%
Blue99.6%
CMYK percentages
Cyan2.8%
Magenta32.7%
Yellow0.0%
Key (black)0.4%
Color previews
#f7abfe text on a black background
contrast 12.21:1
Card sample
#f7abfe text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7abfe;
Background color
Panel with #f7abfe background
background-color: #f7abfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7abfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 171, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 171, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7abfe; background: linear-gradient(135deg, #f7abfe, #FEABCE);