#fdcdbc
a pale, electric orange · warm · closest name: pink
RGB
253, 205, 188
HSL
16°, 94%, 87%
CMYK
0, 19, 26, 1
Luminance
0.6818
Every format
| HEX | #fdcdbc |
| RGB | rgb(253, 205, 188) |
| HSL | hsl(16, 94%, 87%) |
| CMYK | cmyk(0%, 19%, 26%, 1%) |
| LAB | lab(86.1 14.5 14.9) |
| LCH | lch(86.1 20.8 45.7) |
| OKLCH | oklch(0.886 0.059 40.4) |
Copy-ready code
/* CSS */
color: #fdcdbc;
background-color: #fdcdbc;
/* Tailwind (arbitrary) */
class="text-[#fdcdbc] bg-[#fdcdbc]"
/* SCSS */
$brand: #fdcdbc;
/* SwiftUI */
Color(red: 0.992, green: 0.804, blue: 0.737)
/* Android */
Color.parseColor("#fdcdbc")Accessibility — WCAG contrast
Aa
#fdcdbc on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdcdbc on black: 14.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green80.4%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta19.0%
Yellow25.7%
Key (black)0.8%
Color previews
#fdcdbc text on a black background
contrast 14.64:1
Card sample
#fdcdbc text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdcdbc;
Background color
Panel with #fdcdbc background
background-color: #fdcdbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdcdbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 205, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 205, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdcdbc; background: linear-gradient(135deg, #fdcdbc, #FDF8BC);