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