#ffccfd
a pale, electric magenta / pink · warm · closest name: plum
RGB
255, 204, 253
HSL
302°, 100%, 90%
CMYK
0, 20, 1, 0
Luminance
0.7154
Every format
| HEX | #ffccfd |
| RGB | rgb(255, 204, 253) |
| HSL | hsl(302, 100%, 90%) |
| CMYK | cmyk(0%, 20%, 1%, 0%) |
| LAB | lab(87.8 26.0 -17.1) |
| LCH | lch(87.8 31.1 326.6) |
| OKLCH | oklch(0.904 0.086 327.5) |
Copy-ready code
/* CSS */
color: #ffccfd;
background-color: #ffccfd;
/* Tailwind (arbitrary) */
class="text-[#ffccfd] bg-[#ffccfd]"
/* SCSS */
$brand: #ffccfd;
/* SwiftUI */
Color(red: 1.000, green: 0.800, blue: 0.992)
/* Android */
Color.parseColor("#ffccfd")Accessibility — WCAG contrast
Aa
#ffccfd on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffccfd on black: 15.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green80.0%
Blue99.2%
CMYK percentages
Cyan0.0%
Magenta20.0%
Yellow0.8%
Key (black)0.0%
Color previews
#ffccfd text on a black background
contrast 15.31:1
Card sample
#ffccfd text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffccfd;
Background color
Panel with #ffccfd background
background-color: #ffccfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffccfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 204, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 204, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffccfd; background: linear-gradient(135deg, #ffccfd, #FFCCDB);