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