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