#f8dcdf
a pale, vivid red · warm · closest name: lavender
RGB
248, 220, 223
HSL
354°, 67%, 92%
CMYK
0, 11, 10, 3
Luminance
0.7647
Every format
| HEX | #f8dcdf |
| RGB | rgb(248, 220, 223) |
| HSL | hsl(354, 67%, 92%) |
| CMYK | cmyk(0%, 11%, 10%, 3%) |
| LAB | lab(90.1 10.1 2.1) |
| LCH | lch(90.1 10.3 11.5) |
| OKLCH | oklch(0.918 0.031 10.4) |
Copy-ready code
/* CSS */
color: #f8dcdf;
background-color: #f8dcdf;
/* Tailwind (arbitrary) */
class="text-[#f8dcdf] bg-[#f8dcdf]"
/* SCSS */
$brand: #f8dcdf;
/* SwiftUI */
Color(red: 0.973, green: 0.863, blue: 0.875)
/* Android */
Color.parseColor("#f8dcdf")Accessibility — WCAG contrast
Aa
#f8dcdf on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8dcdf on black: 16.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green86.3%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta11.3%
Yellow10.1%
Key (black)2.7%
Color previews
#f8dcdf text on a black background
contrast 16.29:1
Card sample
#f8dcdf text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8dcdf;
Background color
Panel with #f8dcdf background
background-color: #f8dcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8dcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 220, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 220, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8dcdf; background: linear-gradient(135deg, #f8dcdf, #F8ECDC);