#fcdcbc
a pale, electric orange · warm · closest name: beige
RGB
252, 220, 188
HSL
30°, 91%, 86%
CMYK
0, 13, 25, 1
Luminance
0.7551
Every format
| HEX | #fcdcbc |
| RGB | rgb(252, 220, 188) |
| HSL | hsl(30, 91%, 86%) |
| CMYK | cmyk(0%, 13%, 25%, 1%) |
| LAB | lab(89.6 6.3 19.8) |
| LCH | lch(89.6 20.8 72.3) |
| OKLCH | oklch(0.913 0.055 67.0) |
Copy-ready code
/* CSS */
color: #fcdcbc;
background-color: #fcdcbc;
/* Tailwind (arbitrary) */
class="text-[#fcdcbc] bg-[#fcdcbc]"
/* SCSS */
$brand: #fcdcbc;
/* SwiftUI */
Color(red: 0.988, green: 0.863, blue: 0.737)
/* Android */
Color.parseColor("#fcdcbc")Accessibility — WCAG contrast
Aa
#fcdcbc on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcdcbc on black: 16.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green86.3%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta12.7%
Yellow25.4%
Key (black)1.2%
Color previews
#fcdcbc text on a black background
contrast 16.10:1
Card sample
#fcdcbc text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcdcbc;
Background color
Panel with #fcdcbc background
background-color: #fcdcbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcdcbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 220, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 220, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcdcbc; background: linear-gradient(135deg, #fcdcbc, #F1FCBC);