#fcaaeb
a light, electric magenta / pink · warm · closest name: plum
RGB
252, 170, 235
HSL
312°, 93%, 83%
CMYK
0, 33, 7, 1
Luminance
0.5544
Every format
| HEX | #fcaaeb |
| RGB | rgb(252, 170, 235) |
| HSL | hsl(312, 93%, 83%) |
| CMYK | cmyk(0%, 33%, 7%, 1%) |
| LAB | lab(79.3 39.7 -20.3) |
| LCH | lch(79.3 44.6 332.9) |
| OKLCH | oklch(0.837 0.126 334.4) |
Copy-ready code
/* CSS */
color: #fcaaeb;
background-color: #fcaaeb;
/* Tailwind (arbitrary) */
class="text-[#fcaaeb] bg-[#fcaaeb]"
/* SCSS */
$brand: #fcaaeb;
/* SwiftUI */
Color(red: 0.988, green: 0.667, blue: 0.922)
/* Android */
Color.parseColor("#fcaaeb")Accessibility — WCAG contrast
Aa
#fcaaeb on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcaaeb on black: 12.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green66.7%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta32.5%
Yellow6.7%
Key (black)1.2%
Color previews
#fcaaeb text on a black background
contrast 12.09:1
Card sample
#fcaaeb text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcaaeb;
Background color
Panel with #fcaaeb background
background-color: #fcaaeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcaaeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 170, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 170, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcaaeb; background: linear-gradient(135deg, #fcaaeb, #FCAAB4);