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