#faa2eb
a light, electric magenta / pink · warm · closest name: plum
RGB
250, 162, 235
HSL
310°, 90%, 81%
CMYK
0, 35, 6, 2
Luminance
0.5216
Every format
| HEX | #faa2eb |
| RGB | rgb(250, 162, 235) |
| HSL | hsl(310, 90%, 81%) |
| CMYK | cmyk(0%, 35%, 6%, 2%) |
| LAB | lab(77.4 43.2 -23.2) |
| LCH | lch(77.4 49.1 331.8) |
| OKLCH | oklch(0.822 0.138 333.1) |
Copy-ready code
/* CSS */
color: #faa2eb;
background-color: #faa2eb;
/* Tailwind (arbitrary) */
class="text-[#faa2eb] bg-[#faa2eb]"
/* SCSS */
$brand: #faa2eb;
/* SwiftUI */
Color(red: 0.980, green: 0.635, blue: 0.922)
/* Android */
Color.parseColor("#faa2eb")Accessibility — WCAG contrast
Aa
#faa2eb on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#faa2eb on black: 11.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green63.5%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta35.2%
Yellow6.0%
Key (black)2.0%
Color previews
#faa2eb text on a black background
contrast 11.43:1
Card sample
#faa2eb text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #faa2eb;
Background color
Panel with #faa2eb background
background-color: #faa2eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #faa2eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 162, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 162, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #faa2eb; background: linear-gradient(135deg, #faa2eb, #FAA2B0);