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