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