#fdcfca
a pale, electric red · warm · closest name: pink
RGB
253, 207, 202
HSL
6°, 93%, 89%
CMYK
0, 18, 20, 1
Luminance
0.6977
Every format
| HEX | #fdcfca |
| RGB | rgb(253, 207, 202) |
| HSL | hsl(6, 93%, 89%) |
| CMYK | cmyk(0%, 18%, 20%, 1%) |
| LAB | lab(86.9 15.4 8.6) |
| LCH | lch(86.9 17.6 29.1) |
| OKLCH | oklch(0.893 0.053 25.4) |
Copy-ready code
/* CSS */
color: #fdcfca;
background-color: #fdcfca;
/* Tailwind (arbitrary) */
class="text-[#fdcfca] bg-[#fdcfca]"
/* SCSS */
$brand: #fdcfca;
/* SwiftUI */
Color(red: 0.992, green: 0.812, blue: 0.792)
/* Android */
Color.parseColor("#fdcfca")Accessibility — WCAG contrast
Aa
#fdcfca on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdcfca on black: 14.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green81.2%
Blue79.2%
CMYK percentages
Cyan0.0%
Magenta18.2%
Yellow20.2%
Key (black)0.8%
Color previews
#fdcfca text on a black background
contrast 14.95:1
Card sample
#fdcfca text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdcfca;
Background color
Panel with #fdcfca background
background-color: #fdcfca;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdcfca;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 207, 202, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 207, 202, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdcfca; background: linear-gradient(135deg, #fdcfca, #FDF1CA);