#f7cccf
a pale, vivid red · warm · closest name: pink
RGB
247, 204, 207
HSL
356°, 73%, 88%
CMYK
0, 17, 16, 3
Luminance
0.6746
Every format
| HEX | #f7cccf |
| RGB | rgb(247, 204, 207) |
| HSL | hsl(356, 73%, 88%) |
| CMYK | cmyk(0%, 17%, 16%, 3%) |
| LAB | lab(85.7 15.6 4.2) |
| LCH | lch(85.7 16.2 15.1) |
| OKLCH | oklch(0.883 0.049 13.4) |
Copy-ready code
/* CSS */
color: #f7cccf;
background-color: #f7cccf;
/* Tailwind (arbitrary) */
class="text-[#f7cccf] bg-[#f7cccf]"
/* SCSS */
$brand: #f7cccf;
/* SwiftUI */
Color(red: 0.969, green: 0.800, blue: 0.812)
/* Android */
Color.parseColor("#f7cccf")Accessibility — WCAG contrast
Aa
#f7cccf on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7cccf on black: 14.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green80.0%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta17.4%
Yellow16.2%
Key (black)3.1%
Color previews
#f7cccf text on a black background
contrast 14.49:1
Card sample
#f7cccf text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7cccf;
Background color
Panel with #f7cccf background
background-color: #f7cccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7cccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 204, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 204, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7cccf; background: linear-gradient(135deg, #f7cccf, #F7E6CC);