#fcc3b2
a light, electric red · warm · closest name: pink
RGB
252, 195, 178
HSL
14°, 93%, 84%
CMYK
0, 23, 29, 1
Luminance
0.6294
Every format
| HEX | #fcc3b2 |
| RGB | rgb(252, 195, 178) |
| HSL | hsl(14, 93%, 84%) |
| CMYK | cmyk(0%, 23%, 29%, 1%) |
| LAB | lab(83.4 18.0 16.4) |
| LCH | lch(83.4 24.4 42.3) |
| OKLCH | oklch(0.864 0.070 37.2) |
Copy-ready code
/* CSS */
color: #fcc3b2;
background-color: #fcc3b2;
/* Tailwind (arbitrary) */
class="text-[#fcc3b2] bg-[#fcc3b2]"
/* SCSS */
$brand: #fcc3b2;
/* SwiftUI */
Color(red: 0.988, green: 0.765, blue: 0.698)
/* Android */
Color.parseColor("#fcc3b2")Accessibility — WCAG contrast
Aa
#fcc3b2 on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcc3b2 on black: 13.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green76.5%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta22.6%
Yellow29.4%
Key (black)1.2%
Color previews
#fcc3b2 text on a black background
contrast 13.59:1
Card sample
#fcc3b2 text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcc3b2;
Background color
Panel with #fcc3b2 background
background-color: #fcc3b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcc3b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 195, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 195, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcc3b2; background: linear-gradient(135deg, #fcc3b2, #FCF4B2);