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