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