#fccbfd
a pale, electric magenta / pink · warm · closest name: plum
RGB
252, 203, 253
HSL
299°, 93%, 89%
CMYK
0, 20, 0, 1
Luminance
0.7050
Every format
| HEX | #fccbfd |
| RGB | rgb(252, 203, 253) |
| HSL | hsl(299, 93%, 89%) |
| CMYK | cmyk(0%, 20%, 0%, 1%) |
| LAB | lab(87.2 25.6 -17.9) |
| LCH | lch(87.2 31.2 325.0) |
| OKLCH | oklch(0.900 0.085 325.6) |
Copy-ready code
/* CSS */
color: #fccbfd;
background-color: #fccbfd;
/* Tailwind (arbitrary) */
class="text-[#fccbfd] bg-[#fccbfd]"
/* SCSS */
$brand: #fccbfd;
/* SwiftUI */
Color(red: 0.988, green: 0.796, blue: 0.992)
/* Android */
Color.parseColor("#fccbfd")Accessibility — WCAG contrast
Aa
#fccbfd on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fccbfd on black: 15.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green79.6%
Blue99.2%
CMYK percentages
Cyan0.4%
Magenta19.8%
Yellow0.0%
Key (black)0.8%
Color previews
#fccbfd text on a black background
contrast 15.10:1
Card sample
#fccbfd text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fccbfd;
Background color
Panel with #fccbfd background
background-color: #fccbfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fccbfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 203, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 203, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fccbfd; background: linear-gradient(135deg, #fccbfd, #FDCBDD);