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