#f3cccf
a pale, vivid red · warm · closest name: pink
RGB
243, 204, 207
HSL
355°, 62%, 88%
CMYK
0, 16, 15, 5
Luminance
0.6675
Every format
| HEX | #f3cccf |
| RGB | rgb(243, 204, 207) |
| HSL | hsl(355, 62%, 88%) |
| CMYK | cmyk(0%, 16%, 15%, 5%) |
| LAB | lab(85.4 14.2 3.6) |
| LCH | lch(85.4 14.6 14.4) |
| OKLCH | oklch(0.879 0.044 12.8) |
Copy-ready code
/* CSS */
color: #f3cccf;
background-color: #f3cccf;
/* Tailwind (arbitrary) */
class="text-[#f3cccf] bg-[#f3cccf]"
/* SCSS */
$brand: #f3cccf;
/* SwiftUI */
Color(red: 0.953, green: 0.800, blue: 0.812)
/* Android */
Color.parseColor("#f3cccf")Accessibility — WCAG contrast
Aa
#f3cccf on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3cccf on black: 14.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green80.0%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta16.0%
Yellow14.8%
Key (black)4.7%
Color previews
#f3cccf text on a black background
contrast 14.35:1
Card sample
#f3cccf text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3cccf;
Background color
Panel with #f3cccf background
background-color: #f3cccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3cccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 204, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 204, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3cccf; background: linear-gradient(135deg, #f3cccf, #F3E3CC);