#fddbd5
a pale, electric red · warm · closest name: pink
RGB
253, 219, 213
HSL
9°, 91%, 91%
CMYK
0, 13, 16, 1
Luminance
0.7635
Every format
| HEX | #fddbd5 |
| RGB | rgb(253, 219, 213) |
| HSL | hsl(9, 91%, 91%) |
| CMYK | cmyk(0%, 13%, 16%, 1%) |
| LAB | lab(90.0 10.8 7.3) |
| LCH | lch(90.0 13.1 34.0) |
| OKLCH | oklch(0.918 0.039 29.7) |
Copy-ready code
/* CSS */
color: #fddbd5;
background-color: #fddbd5;
/* Tailwind (arbitrary) */
class="text-[#fddbd5] bg-[#fddbd5]"
/* SCSS */
$brand: #fddbd5;
/* SwiftUI */
Color(red: 0.992, green: 0.859, blue: 0.835)
/* Android */
Color.parseColor("#fddbd5")Accessibility — WCAG contrast
Aa
#fddbd5 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fddbd5 on black: 16.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green85.9%
Blue83.5%
CMYK percentages
Cyan0.0%
Magenta13.4%
Yellow15.8%
Key (black)0.8%
Color previews
#fddbd5 text on a black background
contrast 16.27:1
Card sample
#fddbd5 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fddbd5;
Background color
Panel with #fddbd5 background
background-color: #fddbd5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fddbd5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 219, 213, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 219, 213, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fddbd5; background: linear-gradient(135deg, #fddbd5, #FDF6D5);