#fca2eb
a light, electric magenta / pink · warm · closest name: plum
RGB
252, 162, 235
HSL
311°, 94%, 81%
CMYK
0, 36, 7, 1
Luminance
0.5253
Every format
| HEX | #fca2eb |
| RGB | rgb(252, 162, 235) |
| HSL | hsl(311, 94%, 81%) |
| CMYK | cmyk(0%, 36%, 7%, 1%) |
| LAB | lab(77.6 43.9 -22.9) |
| LCH | lch(77.6 49.5 332.5) |
| OKLCH | oklch(0.824 0.140 333.9) |
Copy-ready code
/* CSS */
color: #fca2eb;
background-color: #fca2eb;
/* Tailwind (arbitrary) */
class="text-[#fca2eb] bg-[#fca2eb]"
/* SCSS */
$brand: #fca2eb;
/* SwiftUI */
Color(red: 0.988, green: 0.635, blue: 0.922)
/* Android */
Color.parseColor("#fca2eb")Accessibility — WCAG contrast
Aa
#fca2eb on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fca2eb on black: 11.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green63.5%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta35.7%
Yellow6.7%
Key (black)1.2%
Color previews
#fca2eb text on a black background
contrast 11.51:1
Card sample
#fca2eb text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fca2eb;
Background color
Panel with #fca2eb background
background-color: #fca2eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fca2eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 162, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 162, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fca2eb; background: linear-gradient(135deg, #fca2eb, #FCA2AF);