#fcc6ba
a pale, electric red · warm · closest name: pink
RGB
252, 198, 186
HSL
11°, 92%, 86%
CMYK
0, 21, 26, 1
Luminance
0.6463
Every format
| HEX | #fcc6ba |
| RGB | rgb(252, 198, 186) |
| HSL | hsl(11, 92%, 86%) |
| CMYK | cmyk(0%, 21%, 26%, 1%) |
| LAB | lab(84.3 17.5 13.4) |
| LCH | lch(84.3 22.0 37.4) |
| OKLCH | oklch(0.871 0.064 32.7) |
Copy-ready code
/* CSS */
color: #fcc6ba;
background-color: #fcc6ba;
/* Tailwind (arbitrary) */
class="text-[#fcc6ba] bg-[#fcc6ba]"
/* SCSS */
$brand: #fcc6ba;
/* SwiftUI */
Color(red: 0.988, green: 0.776, blue: 0.729)
/* Android */
Color.parseColor("#fcc6ba")Accessibility — WCAG contrast
Aa
#fcc6ba on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcc6ba on black: 13.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green77.6%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta21.4%
Yellow26.2%
Key (black)1.2%
Color previews
#fcc6ba text on a black background
contrast 13.93:1
Card sample
#fcc6ba text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcc6ba;
Background color
Panel with #fcc6ba background
background-color: #fcc6ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcc6ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 198, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 198, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcc6ba; background: linear-gradient(135deg, #fcc6ba, #FCF2BA);