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