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