#fcaeee
a light, electric magenta / pink · warm · closest name: plum
RGB
252, 174, 238
HSL
311°, 93%, 84%
CMYK
0, 31, 6, 1
Luminance
0.5714
Every format
| HEX | #fcaeee |
| RGB | rgb(252, 174, 238) |
| HSL | hsl(311, 93%, 84%) |
| CMYK | cmyk(0%, 31%, 6%, 1%) |
| LAB | lab(80.3 38.1 -20.5) |
| LCH | lch(80.3 43.3 331.8) |
| OKLCH | oklch(0.845 0.122 333.2) |
Copy-ready code
/* CSS */
color: #fcaeee;
background-color: #fcaeee;
/* Tailwind (arbitrary) */
class="text-[#fcaeee] bg-[#fcaeee]"
/* SCSS */
$brand: #fcaeee;
/* SwiftUI */
Color(red: 0.988, green: 0.682, blue: 0.933)
/* Android */
Color.parseColor("#fcaeee")Accessibility — WCAG contrast
Aa
#fcaeee on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcaeee on black: 12.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green68.2%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta31.0%
Yellow5.6%
Key (black)1.2%
Color previews
#fcaeee text on a black background
contrast 12.43:1
Card sample
#fcaeee text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcaeee;
Background color
Panel with #fcaeee background
background-color: #fcaeee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcaeee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 174, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 174, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcaeee; background: linear-gradient(135deg, #fcaeee, #FCAEBA);