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