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