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