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