#fdc3ce
a pale, electric red · warm · “pink”
RGB
253, 195, 206
HSL
349°, 94%, 88%
CMYK
0, 23, 19, 1
Luminance
0.6437
Every format
| HEX | #fdc3ce |
| RGB | rgb(253, 195, 206) |
| HSL | hsl(349, 94%, 88%) |
| CMYK | cmyk(0%, 23%, 19%, 1%) |
| LAB | lab(84.2 22.3 2.5) |
| LCH | lch(84.2 22.4 6.5) |
| OKLCH | oklch(0.872 0.068 5.9) |
Copy-ready code
/* CSS */
color: #fdc3ce;
background-color: #fdc3ce;
/* Tailwind (arbitrary) */
class="text-[#fdc3ce] bg-[#fdc3ce]"
/* SCSS */
$brand: #fdc3ce;
/* SwiftUI */
Color(red: 0.992, green: 0.765, blue: 0.808)
/* Android */
Color.parseColor("#fdc3ce")Accessibility — WCAG contrast
Aa
#fdc3ce on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdc3ce on black: 13.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green76.5%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta22.9%
Yellow18.6%
Key (black)0.8%
Color previews
#fdc3ce text on a black background
contrast 13.87:1
Card sample
#fdc3ce text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdc3ce;
Background color
Panel with #fdc3ce background
background-color: #fdc3ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdc3ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 195, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 195, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdc3ce; background: linear-gradient(135deg, #fdc3ce, #FDDFC3);