#fcc2ce
a pale, electric red · warm · “pink”
RGB
252, 194, 206
HSL
348°, 91%, 88%
CMYK
0, 23, 18, 1
Luminance
0.6374
Every format
| HEX | #fcc2ce |
| RGB | rgb(252, 194, 206) |
| HSL | hsl(348, 91%, 88%) |
| CMYK | cmyk(0%, 23%, 18%, 1%) |
| LAB | lab(83.8 22.5 2.0) |
| LCH | lch(83.8 22.6 5.2) |
| OKLCH | oklch(0.869 0.068 4.8) |
Copy-ready code
/* CSS */
color: #fcc2ce;
background-color: #fcc2ce;
/* Tailwind (arbitrary) */
class="text-[#fcc2ce] bg-[#fcc2ce]"
/* SCSS */
$brand: #fcc2ce;
/* SwiftUI */
Color(red: 0.988, green: 0.761, blue: 0.808)
/* Android */
Color.parseColor("#fcc2ce")Accessibility — WCAG contrast
Aa
#fcc2ce on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcc2ce on black: 13.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green76.1%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta23.0%
Yellow18.3%
Key (black)1.2%
Color previews
#fcc2ce text on a black background
contrast 13.75:1
Card sample
#fcc2ce text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcc2ce;
Background color
Panel with #fcc2ce background
background-color: #fcc2ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcc2ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 194, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 194, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcc2ce; background: linear-gradient(135deg, #fcc2ce, #FCDDC2);