#faa6cd
a light, electric magenta / pink · warm · closest name: plum
RGB
250, 166, 205
HSL
332°, 89%, 82%
CMYK
0, 34, 18, 2
Luminance
0.5200
Every format
| HEX | #faa6cd |
| RGB | rgb(250, 166, 205) |
| HSL | hsl(332, 89%, 82%) |
| CMYK | cmyk(0%, 34%, 18%, 2%) |
| LAB | lab(77.3 36.3 -7.0) |
| LCH | lch(77.3 37.0 349.0) |
| OKLCH | oklch(0.818 0.110 350.4) |
Copy-ready code
/* CSS */
color: #faa6cd;
background-color: #faa6cd;
/* Tailwind (arbitrary) */
class="text-[#faa6cd] bg-[#faa6cd]"
/* SCSS */
$brand: #faa6cd;
/* SwiftUI */
Color(red: 0.980, green: 0.651, blue: 0.804)
/* Android */
Color.parseColor("#faa6cd")Accessibility — WCAG contrast
Aa
#faa6cd on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#faa6cd on black: 11.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green65.1%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta33.6%
Yellow18.0%
Key (black)2.0%
Color previews
#faa6cd text on a black background
contrast 11.40:1
Card sample
#faa6cd text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #faa6cd;
Background color
Panel with #faa6cd background
background-color: #faa6cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #faa6cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 166, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 166, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #faa6cd; background: linear-gradient(135deg, #faa6cd, #FAB7A6);