#f8dcd4
a pale, vivid red · warm · closest name: ivory
RGB
248, 220, 212
HSL
13°, 72%, 90%
CMYK
0, 11, 15, 3
Luminance
0.7590
Every format
| HEX | #f8dcd4 |
| RGB | rgb(248, 220, 212) |
| HSL | hsl(13, 72%, 90%) |
| CMYK | cmyk(0%, 11%, 15%, 3%) |
| LAB | lab(89.8 8.4 7.5) |
| LCH | lch(89.8 11.2 41.7) |
| OKLCH | oklch(0.915 0.033 36.5) |
Copy-ready code
/* CSS */
color: #f8dcd4;
background-color: #f8dcd4;
/* Tailwind (arbitrary) */
class="text-[#f8dcd4] bg-[#f8dcd4]"
/* SCSS */
$brand: #f8dcd4;
/* SwiftUI */
Color(red: 0.973, green: 0.863, blue: 0.831)
/* Android */
Color.parseColor("#f8dcd4")Accessibility — WCAG contrast
Aa
#f8dcd4 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8dcd4 on black: 16.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green86.3%
Blue83.1%
CMYK percentages
Cyan0.0%
Magenta11.3%
Yellow14.5%
Key (black)2.7%
Color previews
#f8dcd4 text on a black background
contrast 16.18:1
Card sample
#f8dcd4 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8dcd4;
Background color
Panel with #f8dcd4 background
background-color: #f8dcd4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8dcd4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 220, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 220, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8dcd4; background: linear-gradient(135deg, #f8dcd4, #F8F4D4);