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