#ffccec
a pale, electric magenta / pink · warm · closest name: pink
RGB
255, 204, 236
HSL
322°, 100%, 90%
CMYK
0, 20, 8, 0
Luminance
0.7050
Every format
| HEX | #ffccec |
| RGB | rgb(255, 204, 236) |
| HSL | hsl(322, 100%, 90%) |
| CMYK | cmyk(0%, 20%, 8%, 0%) |
| LAB | lab(87.2 23.1 -8.9) |
| LCH | lch(87.2 24.7 338.9) |
| OKLCH | oklch(0.899 0.070 340.6) |
Copy-ready code
/* CSS */
color: #ffccec;
background-color: #ffccec;
/* Tailwind (arbitrary) */
class="text-[#ffccec] bg-[#ffccec]"
/* SCSS */
$brand: #ffccec;
/* SwiftUI */
Color(red: 1.000, green: 0.800, blue: 0.925)
/* Android */
Color.parseColor("#ffccec")Accessibility — WCAG contrast
Aa
#ffccec on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffccec on black: 15.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green80.0%
Blue92.5%
CMYK percentages
Cyan0.0%
Magenta20.0%
Yellow7.5%
Key (black)0.0%
Color previews
#ffccec text on a black background
contrast 15.10:1
Card sample
#ffccec text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffccec;
Background color
Panel with #ffccec background
background-color: #ffccec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffccec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 204, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 204, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffccec; background: linear-gradient(135deg, #ffccec, #FFCECC);