#fddcd3
a pale, electric red · warm · closest name: beige
RGB
253, 220, 211
HSL
13°, 91%, 91%
CMYK
0, 13, 17, 1
Luminance
0.7677
Every format
| HEX | #fddcd3 |
| RGB | rgb(253, 220, 211) |
| HSL | hsl(13, 91%, 91%) |
| CMYK | cmyk(0%, 13%, 17%, 1%) |
| LAB | lab(90.2 10.0 8.6) |
| LCH | lch(90.2 13.2 40.8) |
| OKLCH | oklch(0.919 0.039 35.7) |
Copy-ready code
/* CSS */
color: #fddcd3;
background-color: #fddcd3;
/* Tailwind (arbitrary) */
class="text-[#fddcd3] bg-[#fddcd3]"
/* SCSS */
$brand: #fddcd3;
/* SwiftUI */
Color(red: 0.992, green: 0.863, blue: 0.827)
/* Android */
Color.parseColor("#fddcd3")Accessibility — WCAG contrast
Aa
#fddcd3 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fddcd3 on black: 16.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green86.3%
Blue82.7%
CMYK percentages
Cyan0.0%
Magenta13.0%
Yellow16.6%
Key (black)0.8%
Color previews
#fddcd3 text on a black background
contrast 16.35:1
Card sample
#fddcd3 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fddcd3;
Background color
Panel with #fddcd3 background
background-color: #fddcd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fddcd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 220, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 220, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fddcd3; background: linear-gradient(135deg, #fddcd3, #FDF8D3);