#f3abfe
a light, electric magenta / pink · warm · closest name: plum
RGB
243, 171, 254
HSL
292°, 98%, 83%
CMYK
4, 33, 0, 0
Luminance
0.5534
Every format
| HEX | #f3abfe |
| RGB | rgb(243, 171, 254) |
| HSL | hsl(292, 98%, 83%) |
| CMYK | cmyk(4%, 33%, 0%, 0%) |
| LAB | lab(79.2 39.8 -30.7) |
| LCH | lch(79.2 50.3 322.3) |
| OKLCH | oklch(0.837 0.136 322.0) |
Copy-ready code
/* CSS */
color: #f3abfe;
background-color: #f3abfe;
/* Tailwind (arbitrary) */
class="text-[#f3abfe] bg-[#f3abfe]"
/* SCSS */
$brand: #f3abfe;
/* SwiftUI */
Color(red: 0.953, green: 0.671, blue: 0.996)
/* Android */
Color.parseColor("#f3abfe")Accessibility — WCAG contrast
Aa
#f3abfe on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3abfe on black: 12.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green67.1%
Blue99.6%
CMYK percentages
Cyan4.3%
Magenta32.7%
Yellow0.0%
Key (black)0.4%
Color previews
#f3abfe text on a black background
contrast 12.07:1
Card sample
#f3abfe text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3abfe;
Background color
Panel with #f3abfe background
background-color: #f3abfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3abfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 171, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 171, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3abfe; background: linear-gradient(135deg, #f3abfe, #FEABD2);