#fdcacb
a pale, electric red · warm · closest name: pink
RGB
253, 202, 203
HSL
359°, 93%, 89%
CMYK
0, 20, 20, 1
Luminance
0.6744
Every format
| HEX | #fdcacb |
| RGB | rgb(253, 202, 203) |
| HSL | hsl(359, 93%, 89%) |
| CMYK | cmyk(0%, 20%, 20%, 1%) |
| LAB | lab(85.7 18.2 6.4) |
| LCH | lch(85.7 19.3 19.4) |
| OKLCH | oklch(0.884 0.058 17.0) |
Copy-ready code
/* CSS */
color: #fdcacb;
background-color: #fdcacb;
/* Tailwind (arbitrary) */
class="text-[#fdcacb] bg-[#fdcacb]"
/* SCSS */
$brand: #fdcacb;
/* SwiftUI */
Color(red: 0.992, green: 0.792, blue: 0.796)
/* Android */
Color.parseColor("#fdcacb")Accessibility — WCAG contrast
Aa
#fdcacb on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdcacb on black: 14.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green79.2%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta20.2%
Yellow19.8%
Key (black)0.8%
Color previews
#fdcacb text on a black background
contrast 14.49:1
Card sample
#fdcacb text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdcacb;
Background color
Panel with #fdcacb background
background-color: #fdcacb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdcacb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 202, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 202, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdcacb; background: linear-gradient(135deg, #fdcacb, #FDEBCA);