#fcdfd3
a pale, electric orange · warm · closest name: beige
RGB
252, 223, 211
HSL
18°, 87%, 91%
CMYK
0, 12, 16, 1
Luminance
0.7817
Every format
| HEX | #fcdfd3 |
| RGB | rgb(252, 223, 211) |
| HSL | hsl(18, 87%, 91%) |
| CMYK | cmyk(0%, 12%, 16%, 1%) |
| LAB | lab(90.9 8.1 9.5) |
| LCH | lch(90.9 12.5 49.7) |
| OKLCH | oklch(0.924 0.036 43.8) |
Copy-ready code
/* CSS */
color: #fcdfd3;
background-color: #fcdfd3;
/* Tailwind (arbitrary) */
class="text-[#fcdfd3] bg-[#fcdfd3]"
/* SCSS */
$brand: #fcdfd3;
/* SwiftUI */
Color(red: 0.988, green: 0.875, blue: 0.827)
/* Android */
Color.parseColor("#fcdfd3")Accessibility — WCAG contrast
Aa
#fcdfd3 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcdfd3 on black: 16.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green87.5%
Blue82.7%
CMYK percentages
Cyan0.0%
Magenta11.5%
Yellow16.3%
Key (black)1.2%
Color previews
#fcdfd3 text on a black background
contrast 16.63:1
Card sample
#fcdfd3 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcdfd3;
Background color
Panel with #fcdfd3 background
background-color: #fcdfd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcdfd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 223, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 223, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcdfd3; background: linear-gradient(135deg, #fcdfd3, #FCFAD3);