#fccccc
a pale, electric red · warm · closest name: pink
RGB
252, 204, 204
HSL
0°, 89%, 89%
CMYK
0, 19, 19, 1
Luminance
0.6824
Every format
| HEX | #fccccc |
| RGB | rgb(252, 204, 204) |
| HSL | hsl(0, 89%, 89%) |
| CMYK | cmyk(0%, 19%, 19%, 1%) |
| LAB | lab(86.1 16.9 6.4) |
| LCH | lch(86.1 18.1 20.8) |
| OKLCH | oklch(0.887 0.054 18.2) |
Copy-ready code
/* CSS */
color: #fccccc;
background-color: #fccccc;
/* Tailwind (arbitrary) */
class="text-[#fccccc] bg-[#fccccc]"
/* SCSS */
$brand: #fccccc;
/* SwiftUI */
Color(red: 0.988, green: 0.800, blue: 0.800)
/* Android */
Color.parseColor("#fccccc")Accessibility — WCAG contrast
Aa
#fccccc on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fccccc on black: 14.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green80.0%
Blue80.0%
CMYK percentages
Cyan0.0%
Magenta19.0%
Yellow19.0%
Key (black)1.2%
Color previews
#fccccc text on a black background
contrast 14.65:1
Card sample
#fccccc text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fccccc;
Background color
Panel with #fccccc background
background-color: #fccccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fccccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 204, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 204, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fccccc; background: linear-gradient(135deg, #fccccc, #FCECCC);