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