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