#fcc1ba
a pale, electric red · warm · closest name: pink
RGB
252, 193, 186
HSL
6°, 92%, 86%
CMYK
0, 23, 26, 1
Luminance
0.6238
Every format
| HEX | #fcc1ba |
| RGB | rgb(252, 193, 186) |
| HSL | hsl(6, 92%, 86%) |
| CMYK | cmyk(0%, 23%, 26%, 1%) |
| LAB | lab(83.1 20.1 11.7) |
| LCH | lch(83.1 23.3 30.2) |
| OKLCH | oklch(0.862 0.069 26.3) |
Copy-ready code
/* CSS */
color: #fcc1ba;
background-color: #fcc1ba;
/* Tailwind (arbitrary) */
class="text-[#fcc1ba] bg-[#fcc1ba]"
/* SCSS */
$brand: #fcc1ba;
/* SwiftUI */
Color(red: 0.988, green: 0.757, blue: 0.729)
/* Android */
Color.parseColor("#fcc1ba")Accessibility — WCAG contrast
Aa
#fcc1ba on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcc1ba on black: 13.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green75.7%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta23.4%
Yellow26.2%
Key (black)1.2%
Color previews
#fcc1ba text on a black background
contrast 13.48:1
Card sample
#fcc1ba text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcc1ba;
Background color
Panel with #fcc1ba background
background-color: #fcc1ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcc1ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 193, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 193, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcc1ba; background: linear-gradient(135deg, #fcc1ba, #FCEDBA);