#fccafe
a pale, electric magenta / pink · warm · closest name: plum
RGB
252, 202, 254
HSL
298°, 96%, 89%
CMYK
1, 21, 0, 0
Luminance
0.7009
Every format
| HEX | #fccafe |
| RGB | rgb(252, 202, 254) |
| HSL | hsl(298, 96%, 89%) |
| CMYK | cmyk(1%, 21%, 0%, 0%) |
| LAB | lab(87.0 26.3 -18.7) |
| LCH | lch(87.0 32.3 324.5) |
| OKLCH | oklch(0.898 0.088 325.0) |
Copy-ready code
/* CSS */
color: #fccafe;
background-color: #fccafe;
/* Tailwind (arbitrary) */
class="text-[#fccafe] bg-[#fccafe]"
/* SCSS */
$brand: #fccafe;
/* SwiftUI */
Color(red: 0.988, green: 0.792, blue: 0.996)
/* Android */
Color.parseColor("#fccafe")Accessibility — WCAG contrast
Aa
#fccafe on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fccafe on black: 15.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green79.2%
Blue99.6%
CMYK percentages
Cyan0.8%
Magenta20.5%
Yellow0.0%
Key (black)0.4%
Color previews
#fccafe text on a black background
contrast 15.02:1
Card sample
#fccafe text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fccafe;
Background color
Panel with #fccafe background
background-color: #fccafe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fccafe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 202, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 202, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fccafe; background: linear-gradient(135deg, #fccafe, #FECADD);