#fdc4cf
a pale, electric red · warm · closest name: pink
RGB
253, 196, 207
HSL
348°, 93%, 88%
CMYK
0, 23, 18, 1
Luminance
0.6487
Every format
| HEX | #fdc4cf |
| RGB | rgb(253, 196, 207) |
| HSL | hsl(348, 93%, 88%) |
| CMYK | cmyk(0%, 23%, 18%, 1%) |
| LAB | lab(84.4 21.9 2.4) |
| LCH | lch(84.4 22.1 6.2) |
| OKLCH | oklch(0.874 0.067 5.6) |
Copy-ready code
/* CSS */
color: #fdc4cf;
background-color: #fdc4cf;
/* Tailwind (arbitrary) */
class="text-[#fdc4cf] bg-[#fdc4cf]"
/* SCSS */
$brand: #fdc4cf;
/* SwiftUI */
Color(red: 0.992, green: 0.769, blue: 0.812)
/* Android */
Color.parseColor("#fdc4cf")Accessibility — WCAG contrast
Aa
#fdc4cf on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdc4cf on black: 13.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green76.9%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta22.5%
Yellow18.2%
Key (black)0.8%
Color previews
#fdc4cf text on a black background
contrast 13.97:1
Card sample
#fdc4cf text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdc4cf;
Background color
Panel with #fdc4cf background
background-color: #fdc4cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdc4cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 196, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 196, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdc4cf; background: linear-gradient(135deg, #fdc4cf, #FDDFC4);