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