#fcafe6
a light, electric magenta / pink · warm · closest name: plum
RGB
252, 175, 230
HSL
317°, 93%, 84%
CMYK
0, 31, 9, 1
Luminance
0.5707
Every format
| HEX | #fcafe6 |
| RGB | rgb(252, 175, 230) |
| HSL | hsl(317, 93%, 84%) |
| CMYK | cmyk(0%, 31%, 9%, 1%) |
| LAB | lab(80.2 36.3 -16.2) |
| LCH | lch(80.2 39.7 335.9) |
| OKLCH | oklch(0.844 0.113 337.6) |
Copy-ready code
/* CSS */
color: #fcafe6;
background-color: #fcafe6;
/* Tailwind (arbitrary) */
class="text-[#fcafe6] bg-[#fcafe6]"
/* SCSS */
$brand: #fcafe6;
/* SwiftUI */
Color(red: 0.988, green: 0.686, blue: 0.902)
/* Android */
Color.parseColor("#fcafe6")Accessibility — WCAG contrast
Aa
#fcafe6 on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcafe6 on black: 12.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green68.6%
Blue90.2%
CMYK percentages
Cyan0.0%
Magenta30.6%
Yellow8.7%
Key (black)1.2%
Color previews
#fcafe6 text on a black background
contrast 12.41:1
Card sample
#fcafe6 text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcafe6;
Background color
Panel with #fcafe6 background
background-color: #fcafe6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcafe6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 175, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 175, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcafe6; background: linear-gradient(135deg, #fcafe6, #FCAFB3);