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