#f0cccf
a pale, vivid red · warm · closest name: pink
RGB
240, 204, 207
HSL
355°, 55%, 87%
CMYK
0, 15, 14, 6
Luminance
0.6622
Every format
| HEX | #f0cccf |
| RGB | rgb(240, 204, 207) |
| HSL | hsl(355, 55%, 87%) |
| CMYK | cmyk(0%, 15%, 14%, 6%) |
| LAB | lab(85.1 13.1 3.2) |
| LCH | lch(85.1 13.5 13.8) |
| OKLCH | oklch(0.877 0.041 12.3) |
Copy-ready code
/* CSS */
color: #f0cccf;
background-color: #f0cccf;
/* Tailwind (arbitrary) */
class="text-[#f0cccf] bg-[#f0cccf]"
/* SCSS */
$brand: #f0cccf;
/* SwiftUI */
Color(red: 0.941, green: 0.800, blue: 0.812)
/* Android */
Color.parseColor("#f0cccf")Accessibility — WCAG contrast
Aa
#f0cccf on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0cccf on black: 14.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green80.0%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta15.0%
Yellow13.7%
Key (black)5.9%
Color previews
#f0cccf text on a black background
contrast 14.24:1
Card sample
#f0cccf text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0cccf;
Background color
Panel with #f0cccf background
background-color: #f0cccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0cccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 204, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 204, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0cccf; background: linear-gradient(135deg, #f0cccf, #F0E1CC);