#faa8f2
a light, electric magenta / pink · warm · closest name: plum
RGB
250, 168, 242
HSL
306°, 89%, 82%
CMYK
0, 33, 3, 2
Luminance
0.5474
Every format
| HEX | #faa8f2 |
| RGB | rgb(250, 168, 242) |
| HSL | hsl(306, 89%, 82%) |
| CMYK | cmyk(0%, 33%, 3%, 2%) |
| LAB | lab(78.9 41.3 -24.7) |
| LCH | lch(78.9 48.1 329.1) |
| OKLCH | oklch(0.835 0.134 330.1) |
Copy-ready code
/* CSS */
color: #faa8f2;
background-color: #faa8f2;
/* Tailwind (arbitrary) */
class="text-[#faa8f2] bg-[#faa8f2]"
/* SCSS */
$brand: #faa8f2;
/* SwiftUI */
Color(red: 0.980, green: 0.659, blue: 0.949)
/* Android */
Color.parseColor("#faa8f2")Accessibility — WCAG contrast
Aa
#faa8f2 on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#faa8f2 on black: 11.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green65.9%
Blue94.9%
CMYK percentages
Cyan0.0%
Magenta32.8%
Yellow3.2%
Key (black)2.0%
Color previews
#faa8f2 text on a black background
contrast 11.95:1
Card sample
#faa8f2 text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #faa8f2;
Background color
Panel with #faa8f2 background
background-color: #faa8f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #faa8f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 168, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 168, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #faa8f2; background: linear-gradient(135deg, #faa8f2, #FAA8BB);