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