#faa0cd
a light, electric magenta / pink · warm · closest name: plum
RGB
250, 160, 205
HSL
330°, 90%, 80%
CMYK
0, 36, 18, 2
Luminance
0.4987
Every format
| HEX | #faa0cd |
| RGB | rgb(250, 160, 205) |
| HSL | hsl(330, 90%, 80%) |
| CMYK | cmyk(0%, 36%, 18%, 2%) |
| LAB | lab(76.0 39.5 -9.0) |
| LCH | lch(76.0 40.5 347.2) |
| OKLCH | oklch(0.808 0.120 348.7) |
Copy-ready code
/* CSS */
color: #faa0cd;
background-color: #faa0cd;
/* Tailwind (arbitrary) */
class="text-[#faa0cd] bg-[#faa0cd]"
/* SCSS */
$brand: #faa0cd;
/* SwiftUI */
Color(red: 0.980, green: 0.627, blue: 0.804)
/* Android */
Color.parseColor("#faa0cd")Accessibility — WCAG contrast
Aa
#faa0cd on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#faa0cd on black: 10.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green62.7%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta36.0%
Yellow18.0%
Key (black)2.0%
Color previews
#faa0cd text on a black background
contrast 10.97:1
Card sample
#faa0cd text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #faa0cd;
Background color
Panel with #faa0cd background
background-color: #faa0cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #faa0cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 160, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 160, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #faa0cd; background: linear-gradient(135deg, #faa0cd, #FAAFA0);