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