#f3aaf6
a light, electric magenta / pink · warm · closest name: plum
RGB
243, 170, 246
HSL
298°, 81%, 82%
CMYK
1, 31, 0, 4
Luminance
0.5446
Every format
| HEX | #f3aaf6 |
| RGB | rgb(243, 170, 246) |
| HSL | hsl(298, 81%, 82%) |
| CMYK | cmyk(1%, 31%, 0%, 4%) |
| LAB | lab(78.7 38.8 -27.2) |
| LCH | lch(78.7 47.4 325.0) |
| OKLCH | oklch(0.832 0.130 325.3) |
Copy-ready code
/* CSS */
color: #f3aaf6;
background-color: #f3aaf6;
/* Tailwind (arbitrary) */
class="text-[#f3aaf6] bg-[#f3aaf6]"
/* SCSS */
$brand: #f3aaf6;
/* SwiftUI */
Color(red: 0.953, green: 0.667, blue: 0.965)
/* Android */
Color.parseColor("#f3aaf6")Accessibility — WCAG contrast
Aa
#f3aaf6 on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3aaf6 on black: 11.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green66.7%
Blue96.5%
CMYK percentages
Cyan1.2%
Magenta30.9%
Yellow0.0%
Key (black)3.5%
Color previews
#f3aaf6 text on a black background
contrast 11.89:1
Card sample
#f3aaf6 text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3aaf6;
Background color
Panel with #f3aaf6 background
background-color: #f3aaf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3aaf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 170, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 170, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3aaf6; background: linear-gradient(135deg, #f3aaf6, #F6AAC6);