#f7abee
a light, electric magenta / pink · warm · closest name: plum
RGB
247, 171, 238
HSL
307°, 83%, 82%
CMYK
0, 31, 4, 3
Luminance
0.5507
Every format
| HEX | #f7abee |
| RGB | rgb(247, 171, 238) |
| HSL | hsl(307, 83%, 82%) |
| CMYK | cmyk(0%, 31%, 4%, 3%) |
| LAB | lab(79.1 38.1 -22.3) |
| LCH | lch(79.1 44.1 329.7) |
| OKLCH | oklch(0.835 0.123 330.8) |
Copy-ready code
/* CSS */
color: #f7abee;
background-color: #f7abee;
/* Tailwind (arbitrary) */
class="text-[#f7abee] bg-[#f7abee]"
/* SCSS */
$brand: #f7abee;
/* SwiftUI */
Color(red: 0.969, green: 0.671, blue: 0.933)
/* Android */
Color.parseColor("#f7abee")Accessibility — WCAG contrast
Aa
#f7abee on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7abee on black: 12.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green67.1%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta30.8%
Yellow3.6%
Key (black)3.1%
Color previews
#f7abee text on a black background
contrast 12.01:1
Card sample
#f7abee text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7abee;
Background color
Panel with #f7abee background
background-color: #f7abee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7abee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 171, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 171, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7abee; background: linear-gradient(135deg, #f7abee, #F7ABBB);