#f5dcd8
a pale, vivid red · warm · closest name: white
RGB
245, 220, 216
HSL
8°, 59%, 90%
CMYK
0, 10, 12, 4
Luminance
0.7556
Every format
| HEX | #f5dcd8 |
| RGB | rgb(245, 220, 216) |
| HSL | hsl(8, 59%, 90%) |
| CMYK | cmyk(0%, 10%, 12%, 4%) |
| LAB | lab(89.7 8.0 5.1) |
| LCH | lch(89.7 9.4 32.7) |
| OKLCH | oklch(0.914 0.028 28.5) |
Copy-ready code
/* CSS */
color: #f5dcd8;
background-color: #f5dcd8;
/* Tailwind (arbitrary) */
class="text-[#f5dcd8] bg-[#f5dcd8]"
/* SCSS */
$brand: #f5dcd8;
/* SwiftUI */
Color(red: 0.961, green: 0.863, blue: 0.847)
/* Android */
Color.parseColor("#f5dcd8")Accessibility — WCAG contrast
Aa
#f5dcd8 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5dcd8 on black: 16.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green86.3%
Blue84.7%
CMYK percentages
Cyan0.0%
Magenta10.2%
Yellow11.8%
Key (black)3.9%
Color previews
#f5dcd8 text on a black background
contrast 16.11:1
Card sample
#f5dcd8 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5dcd8;
Background color
Panel with #f5dcd8 background
background-color: #f5dcd8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5dcd8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 220, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 220, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5dcd8; background: linear-gradient(135deg, #f5dcd8, #F5EFD8);