#fdd2cd
a pale, electric red · warm · closest name: pink
RGB
253, 210, 205
HSL
6°, 92%, 90%
CMYK
0, 17, 19, 1
Luminance
0.7138
Every format
| HEX | #fdd2cd |
| RGB | rgb(253, 210, 205) |
| HSL | hsl(6, 92%, 90%) |
| CMYK | cmyk(0%, 17%, 19%, 1%) |
| LAB | lab(87.7 14.3 8.1) |
| LCH | lch(87.7 16.4 29.6) |
| OKLCH | oklch(0.899 0.049 25.9) |
Copy-ready code
/* CSS */
color: #fdd2cd;
background-color: #fdd2cd;
/* Tailwind (arbitrary) */
class="text-[#fdd2cd] bg-[#fdd2cd]"
/* SCSS */
$brand: #fdd2cd;
/* SwiftUI */
Color(red: 0.992, green: 0.824, blue: 0.804)
/* Android */
Color.parseColor("#fdd2cd")Accessibility — WCAG contrast
Aa
#fdd2cd on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdd2cd on black: 15.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green82.4%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta17.0%
Yellow19.0%
Key (black)0.8%
Color previews
#fdd2cd text on a black background
contrast 15.28:1
Card sample
#fdd2cd text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdd2cd;
Background color
Panel with #fdd2cd background
background-color: #fdd2cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdd2cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 210, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 210, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdd2cd; background: linear-gradient(135deg, #fdd2cd, #FDF2CD);