#fcdfb7
a pale, electric orange · warm · closest name: beige
RGB
252, 223, 183
HSL
35°, 92%, 85%
CMYK
0, 12, 27, 1
Luminance
0.7689
Every format
| HEX | #fcdfb7 |
| RGB | rgb(252, 223, 183) |
| HSL | hsl(35, 92%, 85%) |
| CMYK | cmyk(0%, 12%, 27%, 1%) |
| LAB | lab(90.3 4.1 23.3) |
| LCH | lch(90.3 23.7 79.9) |
| OKLCH | oklch(0.918 0.061 75.7) |
Copy-ready code
/* CSS */
color: #fcdfb7;
background-color: #fcdfb7;
/* Tailwind (arbitrary) */
class="text-[#fcdfb7] bg-[#fcdfb7]"
/* SCSS */
$brand: #fcdfb7;
/* SwiftUI */
Color(red: 0.988, green: 0.875, blue: 0.718)
/* Android */
Color.parseColor("#fcdfb7")Accessibility — WCAG contrast
Aa
#fcdfb7 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcdfb7 on black: 16.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green87.5%
Blue71.8%
CMYK percentages
Cyan0.0%
Magenta11.5%
Yellow27.4%
Key (black)1.2%
Color previews
#fcdfb7 text on a black background
contrast 16.38:1
Card sample
#fcdfb7 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcdfb7;
Background color
Panel with #fcdfb7 background
background-color: #fcdfb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcdfb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 223, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 223, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcdfb7; background: linear-gradient(135deg, #fcdfb7, #EBFCB7);