#f7afee
a light, electric magenta / pink · warm · closest name: plum
RGB
247, 175, 238
HSL
308°, 82%, 83%
CMYK
0, 29, 4, 3
Luminance
0.5661
Every format
| HEX | #f7afee |
| RGB | rgb(247, 175, 238) |
| HSL | hsl(308, 82%, 83%) |
| CMYK | cmyk(0%, 29%, 4%, 3%) |
| LAB | lab(80.0 36.0 -21.0) |
| LCH | lch(80.0 41.7 329.8) |
| OKLCH | oklch(0.841 0.116 331.0) |
Copy-ready code
/* CSS */
color: #f7afee;
background-color: #f7afee;
/* Tailwind (arbitrary) */
class="text-[#f7afee] bg-[#f7afee]"
/* SCSS */
$brand: #f7afee;
/* SwiftUI */
Color(red: 0.969, green: 0.686, blue: 0.933)
/* Android */
Color.parseColor("#f7afee")Accessibility — WCAG contrast
Aa
#f7afee on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7afee on black: 12.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green68.6%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta29.1%
Yellow3.6%
Key (black)3.1%
Color previews
#f7afee text on a black background
contrast 12.32:1
Card sample
#f7afee text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7afee;
Background color
Panel with #f7afee background
background-color: #f7afee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7afee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 175, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 175, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7afee; background: linear-gradient(135deg, #f7afee, #F7AFBE);