#f7aeff
a light, electric magenta / pink · warm · closest name: plum
RGB
247, 174, 255
HSL
294°, 100%, 84%
CMYK
3, 32, 0, 0
Luminance
0.5727
Every format
| HEX | #f7aeff |
| RGB | rgb(247, 174, 255) |
| HSL | hsl(294, 100%, 84%) |
| CMYK | cmyk(3%, 32%, 0%, 0%) |
| LAB | lab(80.3 39.6 -29.5) |
| LCH | lch(80.3 49.4 323.3) |
| OKLCH | oklch(0.846 0.134 323.3) |
Copy-ready code
/* CSS */
color: #f7aeff;
background-color: #f7aeff;
/* Tailwind (arbitrary) */
class="text-[#f7aeff] bg-[#f7aeff]"
/* SCSS */
$brand: #f7aeff;
/* SwiftUI */
Color(red: 0.969, green: 0.682, blue: 1.000)
/* Android */
Color.parseColor("#f7aeff")Accessibility — WCAG contrast
Aa
#f7aeff on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7aeff on black: 12.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green68.2%
Blue100.0%
CMYK percentages
Cyan3.1%
Magenta31.8%
Yellow0.0%
Key (black)0.0%
Color previews
#f7aeff text on a black background
contrast 12.45:1
Card sample
#f7aeff text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7aeff;
Background color
Panel with #f7aeff background
background-color: #f7aeff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7aeff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 174, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 174, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7aeff; background: linear-gradient(135deg, #f7aeff, #FFAED1);