#f3aade
a light, electric magenta / pink · warm · closest name: plum
RGB
243, 170, 222
HSL
317°, 75%, 81%
CMYK
0, 30, 9, 5
Luminance
0.5308
Every format
| HEX | #f3aade |
| RGB | rgb(243, 170, 222) |
| HSL | hsl(317, 75%, 81%) |
| CMYK | cmyk(0%, 30%, 9%, 5%) |
| LAB | lab(77.9 34.6 -15.4) |
| LCH | lch(77.9 37.9 336.0) |
| OKLCH | oklch(0.823 0.108 337.6) |
Copy-ready code
/* CSS */
color: #f3aade;
background-color: #f3aade;
/* Tailwind (arbitrary) */
class="text-[#f3aade] bg-[#f3aade]"
/* SCSS */
$brand: #f3aade;
/* SwiftUI */
Color(red: 0.953, green: 0.667, blue: 0.871)
/* Android */
Color.parseColor("#f3aade")Accessibility — WCAG contrast
Aa
#f3aade on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3aade on black: 11.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green66.7%
Blue87.1%
CMYK percentages
Cyan0.0%
Magenta30.0%
Yellow8.6%
Key (black)4.7%
Color previews
#f3aade text on a black background
contrast 11.62:1
Card sample
#f3aade text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3aade;
Background color
Panel with #f3aade background
background-color: #f3aade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3aade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 170, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 170, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3aade; background: linear-gradient(135deg, #f3aade, #F3AAAD);