#fcdfdf
a pale, electric red · warm · closest name: white
RGB
252, 223, 223
HSL
0°, 83%, 93%
CMYK
0, 12, 12, 1
Luminance
0.7880
Every format
| HEX | #fcdfdf |
| RGB | rgb(252, 223, 223) |
| HSL | hsl(0, 83%, 93%) |
| CMYK | cmyk(0%, 12%, 12%, 1%) |
| LAB | lab(91.1 10.0 3.7) |
| LCH | lch(91.1 10.6 20.2) |
| OKLCH | oklch(0.927 0.032 17.7) |
Copy-ready code
/* CSS */
color: #fcdfdf;
background-color: #fcdfdf;
/* Tailwind (arbitrary) */
class="text-[#fcdfdf] bg-[#fcdfdf]"
/* SCSS */
$brand: #fcdfdf;
/* SwiftUI */
Color(red: 0.988, green: 0.875, blue: 0.875)
/* Android */
Color.parseColor("#fcdfdf")Accessibility — WCAG contrast
Aa
#fcdfdf on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcdfdf on black: 16.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green87.5%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta11.5%
Yellow11.5%
Key (black)1.2%
Color previews
#fcdfdf text on a black background
contrast 16.76:1
Card sample
#fcdfdf text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcdfdf;
Background color
Panel with #fcdfdf background
background-color: #fcdfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcdfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 223, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 223, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcdfdf; background: linear-gradient(135deg, #fcdfdf, #FCF2DF);