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