#f7aefd
a light, electric magenta / pink · warm · closest name: plum
RGB
247, 174, 253
HSL
295°, 95%, 84%
CMYK
2, 31, 0, 1
Luminance
0.5714
Every format
| HEX | #f7aefd |
| RGB | rgb(247, 174, 253) |
| HSL | hsl(295, 95%, 84%) |
| CMYK | cmyk(2%, 31%, 0%, 1%) |
| LAB | lab(80.3 39.2 -28.6) |
| LCH | lch(80.3 48.5 324.0) |
| OKLCH | oklch(0.845 0.132 324.1) |
Copy-ready code
/* CSS */
color: #f7aefd;
background-color: #f7aefd;
/* Tailwind (arbitrary) */
class="text-[#f7aefd] bg-[#f7aefd]"
/* SCSS */
$brand: #f7aefd;
/* SwiftUI */
Color(red: 0.969, green: 0.682, blue: 0.992)
/* Android */
Color.parseColor("#f7aefd")Accessibility — WCAG contrast
Aa
#f7aefd on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7aefd on black: 12.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green68.2%
Blue99.2%
CMYK percentages
Cyan2.4%
Magenta31.2%
Yellow0.0%
Key (black)0.8%
Color previews
#f7aefd text on a black background
contrast 12.43:1
Card sample
#f7aefd text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7aefd;
Background color
Panel with #f7aefd background
background-color: #f7aefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7aefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 174, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 174, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7aefd; background: linear-gradient(135deg, #f7aefd, #FDAECE);