#f3aefc
a light, electric magenta / pink · warm · closest name: plum
RGB
243, 174, 252
HSL
293°, 93%, 84%
CMYK
4, 31, 0, 1
Luminance
0.5636
Every format
| HEX | #f3aefc |
| RGB | rgb(243, 174, 252) |
| HSL | hsl(293, 93%, 84%) |
| CMYK | cmyk(4%, 31%, 0%, 1%) |
| LAB | lab(79.8 37.8 -28.7) |
| LCH | lch(79.8 47.5 322.8) |
| OKLCH | oklch(0.841 0.129 322.6) |
Copy-ready code
/* CSS */
color: #f3aefc;
background-color: #f3aefc;
/* Tailwind (arbitrary) */
class="text-[#f3aefc] bg-[#f3aefc]"
/* SCSS */
$brand: #f3aefc;
/* SwiftUI */
Color(red: 0.953, green: 0.682, blue: 0.988)
/* Android */
Color.parseColor("#f3aefc")Accessibility — WCAG contrast
Aa
#f3aefc on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3aefc on black: 12.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green68.2%
Blue98.8%
CMYK percentages
Cyan3.6%
Magenta31.0%
Yellow0.0%
Key (black)1.2%
Color previews
#f3aefc text on a black background
contrast 12.27:1
Card sample
#f3aefc text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3aefc;
Background color
Panel with #f3aefc background
background-color: #f3aefc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3aefc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 174, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 174, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3aefc; background: linear-gradient(135deg, #f3aefc, #FCAED1);