#fca6eb
a light, electric magenta / pink · warm · closest name: plum
RGB
252, 166, 235
HSL
312°, 94%, 82%
CMYK
0, 34, 7, 1
Luminance
0.5397
Every format
| HEX | #fca6eb |
| RGB | rgb(252, 166, 235) |
| HSL | hsl(312, 94%, 82%) |
| CMYK | cmyk(0%, 34%, 7%, 1%) |
| LAB | lab(78.4 41.8 -21.6) |
| LCH | lch(78.4 47.0 332.7) |
| OKLCH | oklch(0.831 0.133 334.1) |
Copy-ready code
/* CSS */
color: #fca6eb;
background-color: #fca6eb;
/* Tailwind (arbitrary) */
class="text-[#fca6eb] bg-[#fca6eb]"
/* SCSS */
$brand: #fca6eb;
/* SwiftUI */
Color(red: 0.988, green: 0.651, blue: 0.922)
/* Android */
Color.parseColor("#fca6eb")Accessibility — WCAG contrast
Aa
#fca6eb on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fca6eb on black: 11.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green65.1%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta34.1%
Yellow6.7%
Key (black)1.2%
Color previews
#fca6eb text on a black background
contrast 11.79:1
Card sample
#fca6eb text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fca6eb;
Background color
Panel with #fca6eb background
background-color: #fca6eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fca6eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 166, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 166, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fca6eb; background: linear-gradient(135deg, #fca6eb, #FCA6B2);