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