#fdc2cb
a pale, electric red · warm · “pink”
RGB
253, 194, 203
HSL
351°, 94%, 88%
CMYK
0, 23, 20, 1
Luminance
0.6378
Every format
| HEX | #fdc2cb |
| RGB | rgb(253, 194, 203) |
| HSL | hsl(351, 94%, 88%) |
| CMYK | cmyk(0%, 23%, 20%, 1%) |
| LAB | lab(83.8 22.4 3.7) |
| LCH | lch(83.8 22.7 9.4) |
| OKLCH | oklch(0.869 0.069 8.4) |
Copy-ready code
/* CSS */
color: #fdc2cb;
background-color: #fdc2cb;
/* Tailwind (arbitrary) */
class="text-[#fdc2cb] bg-[#fdc2cb]"
/* SCSS */
$brand: #fdc2cb;
/* SwiftUI */
Color(red: 0.992, green: 0.761, blue: 0.796)
/* Android */
Color.parseColor("#fdc2cb")Accessibility — WCAG contrast
Aa
#fdc2cb on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdc2cb on black: 13.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green76.1%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta23.3%
Yellow19.8%
Key (black)0.8%
Color previews
#fdc2cb text on a black background
contrast 13.76:1
Card sample
#fdc2cb text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdc2cb;
Background color
Panel with #fdc2cb background
background-color: #fdc2cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdc2cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 194, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 194, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdc2cb; background: linear-gradient(135deg, #fdc2cb, #FDE0C2);