#ffccce
a pale, electric red · warm · closest name: pink
RGB
255, 204, 206
HSL
358°, 100%, 90%
CMYK
0, 20, 19, 0
Luminance
0.6890
Every format
| HEX | #ffccce |
| RGB | rgb(255, 204, 206) |
| HSL | hsl(358, 100%, 90%) |
| CMYK | cmyk(0%, 20%, 19%, 0%) |
| LAB | lab(86.5 18.3 5.9) |
| LCH | lch(86.5 19.2 17.8) |
| OKLCH | oklch(0.890 0.058 15.7) |
Copy-ready code
/* CSS */
color: #ffccce;
background-color: #ffccce;
/* Tailwind (arbitrary) */
class="text-[#ffccce] bg-[#ffccce]"
/* SCSS */
$brand: #ffccce;
/* SwiftUI */
Color(red: 1.000, green: 0.800, blue: 0.808)
/* Android */
Color.parseColor("#ffccce")Accessibility — WCAG contrast
Aa
#ffccce on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffccce on black: 14.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green80.0%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta20.0%
Yellow19.2%
Key (black)0.0%
Color previews
#ffccce text on a black background
contrast 14.78:1
Card sample
#ffccce text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffccce;
Background color
Panel with #ffccce background
background-color: #ffccce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffccce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 204, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 204, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffccce; background: linear-gradient(135deg, #ffccce, #FFECCC);