#fdcfbc
a pale, electric orange · warm · closest name: pink
RGB
253, 207, 188
HSL
18°, 94%, 87%
CMYK
0, 18, 26, 1
Luminance
0.6914
Every format
| HEX | #fdcfbc |
| RGB | rgb(253, 207, 188) |
| HSL | hsl(18, 94%, 87%) |
| CMYK | cmyk(0%, 18%, 26%, 1%) |
| LAB | lab(86.6 13.4 15.6) |
| LCH | lch(86.6 20.6 49.1) |
| OKLCH | oklch(0.889 0.058 43.6) |
Copy-ready code
/* CSS */
color: #fdcfbc;
background-color: #fdcfbc;
/* Tailwind (arbitrary) */
class="text-[#fdcfbc] bg-[#fdcfbc]"
/* SCSS */
$brand: #fdcfbc;
/* SwiftUI */
Color(red: 0.992, green: 0.812, blue: 0.737)
/* Android */
Color.parseColor("#fdcfbc")Accessibility — WCAG contrast
Aa
#fdcfbc on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdcfbc on black: 14.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green81.2%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta18.2%
Yellow25.7%
Key (black)0.8%
Color previews
#fdcfbc text on a black background
contrast 14.83:1
Card sample
#fdcfbc text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdcfbc;
Background color
Panel with #fdcfbc background
background-color: #fdcfbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdcfbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 207, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 207, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdcfbc; background: linear-gradient(135deg, #fdcfbc, #FDFABC);