#fcdfc7
a pale, electric orange · warm · closest name: beige
RGB
252, 223, 199
HSL
27°, 90%, 88%
CMYK
0, 12, 21, 1
Luminance
0.7759
Every format
| HEX | #fcdfc7 |
| RGB | rgb(252, 223, 199) |
| HSL | hsl(27, 90%, 88%) |
| CMYK | cmyk(0%, 12%, 21%, 1%) |
| LAB | lab(90.6 6.3 15.4) |
| LCH | lch(90.6 16.7 67.7) |
| OKLCH | oklch(0.921 0.045 61.8) |
Copy-ready code
/* CSS */
color: #fcdfc7;
background-color: #fcdfc7;
/* Tailwind (arbitrary) */
class="text-[#fcdfc7] bg-[#fcdfc7]"
/* SCSS */
$brand: #fcdfc7;
/* SwiftUI */
Color(red: 0.988, green: 0.875, blue: 0.780)
/* Android */
Color.parseColor("#fcdfc7")Accessibility — WCAG contrast
Aa
#fcdfc7 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcdfc7 on black: 16.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green87.5%
Blue78.0%
CMYK percentages
Cyan0.0%
Magenta11.5%
Yellow21.0%
Key (black)1.2%
Color previews
#fcdfc7 text on a black background
contrast 16.52:1
Card sample
#fcdfc7 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcdfc7;
Background color
Panel with #fcdfc7 background
background-color: #fcdfc7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcdfc7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 223, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 223, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcdfc7; background: linear-gradient(135deg, #fcdfc7, #F6FCC7);