#f3aeec
a light, vivid magenta / pink · warm · closest name: plum
RGB
243, 174, 236
HSL
306°, 74%, 82%
CMYK
0, 28, 3, 5
Luminance
0.5538
Every format
| HEX | #f3aeec |
| RGB | rgb(243, 174, 236) |
| HSL | hsl(306, 74%, 82%) |
| CMYK | cmyk(0%, 28%, 3%, 5%) |
| LAB | lab(79.3 34.9 -21.0) |
| LCH | lch(79.3 40.7 329.0) |
| OKLCH | oklch(0.835 0.113 330.0) |
Copy-ready code
/* CSS */
color: #f3aeec;
background-color: #f3aeec;
/* Tailwind (arbitrary) */
class="text-[#f3aeec] bg-[#f3aeec]"
/* SCSS */
$brand: #f3aeec;
/* SwiftUI */
Color(red: 0.953, green: 0.682, blue: 0.925)
/* Android */
Color.parseColor("#f3aeec")Accessibility — WCAG contrast
Aa
#f3aeec on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3aeec on black: 12.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green68.2%
Blue92.5%
CMYK percentages
Cyan0.0%
Magenta28.4%
Yellow2.9%
Key (black)4.7%
Color previews
#f3aeec text on a black background
contrast 12.08:1
Card sample
#f3aeec text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3aeec;
Background color
Panel with #f3aeec background
background-color: #f3aeec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3aeec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 174, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 174, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3aeec; background: linear-gradient(135deg, #f3aeec, #F3AEBE);