#f5cccf
a pale, vivid red · warm · closest name: pink
RGB
245, 204, 207
HSL
356°, 67%, 88%
CMYK
0, 17, 16, 4
Luminance
0.6710
Every format
| HEX | #f5cccf |
| RGB | rgb(245, 204, 207) |
| HSL | hsl(356, 67%, 88%) |
| CMYK | cmyk(0%, 17%, 16%, 4%) |
| LAB | lab(85.6 14.9 3.9) |
| LCH | lch(85.6 15.4 14.8) |
| OKLCH | oklch(0.881 0.046 13.1) |
Copy-ready code
/* CSS */
color: #f5cccf;
background-color: #f5cccf;
/* Tailwind (arbitrary) */
class="text-[#f5cccf] bg-[#f5cccf]"
/* SCSS */
$brand: #f5cccf;
/* SwiftUI */
Color(red: 0.961, green: 0.800, blue: 0.812)
/* Android */
Color.parseColor("#f5cccf")Accessibility — WCAG contrast
Aa
#f5cccf on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5cccf on black: 14.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green80.0%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta16.7%
Yellow15.5%
Key (black)3.9%
Color previews
#f5cccf text on a black background
contrast 14.42:1
Card sample
#f5cccf text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5cccf;
Background color
Panel with #f5cccf background
background-color: #f5cccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5cccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 204, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 204, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5cccf; background: linear-gradient(135deg, #f5cccf, #F5E4CC);