#fccaf5
a pale, electric magenta / pink · warm · closest name: plum
RGB
252, 202, 245
HSL
308°, 89%, 89%
CMYK
0, 20, 3, 1
Luminance
0.6953
Every format
| HEX | #fccaf5 |
| RGB | rgb(252, 202, 245) |
| HSL | hsl(308, 89%, 89%) |
| CMYK | cmyk(0%, 20%, 3%, 1%) |
| LAB | lab(86.8 24.6 -14.4) |
| LCH | lch(86.8 28.5 329.7) |
| OKLCH | oklch(0.895 0.079 331.0) |
Copy-ready code
/* CSS */
color: #fccaf5;
background-color: #fccaf5;
/* Tailwind (arbitrary) */
class="text-[#fccaf5] bg-[#fccaf5]"
/* SCSS */
$brand: #fccaf5;
/* SwiftUI */
Color(red: 0.988, green: 0.792, blue: 0.961)
/* Android */
Color.parseColor("#fccaf5")Accessibility — WCAG contrast
Aa
#fccaf5 on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fccaf5 on black: 14.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green79.2%
Blue96.1%
CMYK percentages
Cyan0.0%
Magenta19.8%
Yellow2.8%
Key (black)1.2%
Color previews
#fccaf5 text on a black background
contrast 14.91:1
Card sample
#fccaf5 text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fccaf5;
Background color
Panel with #fccaf5 background
background-color: #fccaf5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fccaf5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 202, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 202, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fccaf5; background: linear-gradient(135deg, #fccaf5, #FCCAD4);