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