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