#faa2cd
a light, electric magenta / pink · warm · closest name: plum
RGB
250, 162, 205
HSL
331°, 90%, 81%
CMYK
0, 35, 18, 2
Luminance
0.5057
Every format
| HEX | #faa2cd |
| RGB | rgb(250, 162, 205) |
| HSL | hsl(331, 90%, 81%) |
| CMYK | cmyk(0%, 35%, 18%, 2%) |
| LAB | lab(76.4 38.4 -8.3) |
| LCH | lch(76.4 39.3 347.8) |
| OKLCH | oklch(0.812 0.116 349.3) |
Copy-ready code
/* CSS */
color: #faa2cd;
background-color: #faa2cd;
/* Tailwind (arbitrary) */
class="text-[#faa2cd] bg-[#faa2cd]"
/* SCSS */
$brand: #faa2cd;
/* SwiftUI */
Color(red: 0.980, green: 0.635, blue: 0.804)
/* Android */
Color.parseColor("#faa2cd")Accessibility — WCAG contrast
Aa
#faa2cd on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#faa2cd on black: 11.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green63.5%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta35.2%
Yellow18.0%
Key (black)2.0%
Color previews
#faa2cd text on a black background
contrast 11.11:1
Card sample
#faa2cd text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #faa2cd;
Background color
Panel with #faa2cd background
background-color: #faa2cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #faa2cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 162, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 162, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #faa2cd; background: linear-gradient(135deg, #faa2cd, #FAB2A2);