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