#f3aeff
a light, electric magenta / pink · warm · closest name: plum
RGB
243, 174, 255
HSL
291°, 100%, 84%
CMYK
5, 32, 0, 0
Luminance
0.5655
Every format
| HEX | #f3aeff |
| RGB | rgb(243, 174, 255) |
| HSL | hsl(291, 100%, 84%) |
| CMYK | cmyk(5%, 32%, 0%, 0%) |
| LAB | lab(79.9 38.4 -30.2) |
| LCH | lch(79.9 48.8 321.8) |
| OKLCH | oklch(0.842 0.132 321.4) |
Copy-ready code
/* CSS */
color: #f3aeff;
background-color: #f3aeff;
/* Tailwind (arbitrary) */
class="text-[#f3aeff] bg-[#f3aeff]"
/* SCSS */
$brand: #f3aeff;
/* SwiftUI */
Color(red: 0.953, green: 0.682, blue: 1.000)
/* Android */
Color.parseColor("#f3aeff")Accessibility — WCAG contrast
Aa
#f3aeff on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3aeff on black: 12.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green68.2%
Blue100.0%
CMYK percentages
Cyan4.7%
Magenta31.8%
Yellow0.0%
Key (black)0.0%
Color previews
#f3aeff text on a black background
contrast 12.31:1
Card sample
#f3aeff text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3aeff;
Background color
Panel with #f3aeff background
background-color: #f3aeff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3aeff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 174, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 174, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3aeff; background: linear-gradient(135deg, #f3aeff, #FFAED5);