#faa0eb
a light, electric magenta / pink · warm · closest name: plum
RGB
250, 160, 235
HSL
310°, 90%, 80%
CMYK
0, 36, 6, 2
Luminance
0.5146
Every format
| HEX | #faa0eb |
| RGB | rgb(250, 160, 235) |
| HSL | hsl(310, 90%, 80%) |
| CMYK | cmyk(0%, 36%, 6%, 2%) |
| LAB | lab(77.0 44.3 -23.9) |
| LCH | lch(77.0 50.3 331.7) |
| OKLCH | oklch(0.819 0.142 333.0) |
Copy-ready code
/* CSS */
color: #faa0eb;
background-color: #faa0eb;
/* Tailwind (arbitrary) */
class="text-[#faa0eb] bg-[#faa0eb]"
/* SCSS */
$brand: #faa0eb;
/* SwiftUI */
Color(red: 0.980, green: 0.627, blue: 0.922)
/* Android */
Color.parseColor("#faa0eb")Accessibility — WCAG contrast
Aa
#faa0eb on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#faa0eb on black: 11.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green62.7%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta36.0%
Yellow6.0%
Key (black)2.0%
Color previews
#faa0eb text on a black background
contrast 11.29:1
Card sample
#faa0eb text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #faa0eb;
Background color
Panel with #faa0eb background
background-color: #faa0eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #faa0eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 160, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 160, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #faa0eb; background: linear-gradient(135deg, #faa0eb, #FAA0AF);