#f8cccf
a pale, electric red · warm · closest name: pink
RGB
248, 204, 207
HSL
356°, 76%, 89%
CMYK
0, 18, 17, 3
Luminance
0.6765
Every format
| HEX | #f8cccf |
| RGB | rgb(248, 204, 207) |
| HSL | hsl(356, 76%, 89%) |
| CMYK | cmyk(0%, 18%, 17%, 3%) |
| LAB | lab(85.8 15.9 4.4) |
| LCH | lch(85.8 16.5 15.3) |
| OKLCH | oklch(0.884 0.050 13.5) |
Copy-ready code
/* CSS */
color: #f8cccf;
background-color: #f8cccf;
/* Tailwind (arbitrary) */
class="text-[#f8cccf] bg-[#f8cccf]"
/* SCSS */
$brand: #f8cccf;
/* SwiftUI */
Color(red: 0.973, green: 0.800, blue: 0.812)
/* Android */
Color.parseColor("#f8cccf")Accessibility — WCAG contrast
Aa
#f8cccf on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8cccf on black: 14.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green80.0%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta17.7%
Yellow16.5%
Key (black)2.7%
Color previews
#f8cccf text on a black background
contrast 14.53:1
Card sample
#f8cccf text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8cccf;
Background color
Panel with #f8cccf background
background-color: #f8cccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8cccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 204, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 204, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8cccf; background: linear-gradient(135deg, #f8cccf, #F8E6CC);