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