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