#f8d7cf
a pale, vivid red · warm · closest name: pink
RGB
248, 215, 207
HSL
12°, 75%, 89%
CMYK
0, 13, 17, 3
Luminance
0.7306
Every format
| HEX | #f8d7cf |
| RGB | rgb(248, 215, 207) |
| HSL | hsl(12, 75%, 89%) |
| CMYK | cmyk(0%, 13%, 17%, 3%) |
| LAB | lab(88.5 10.2 8.2) |
| LCH | lch(88.5 13.1 38.7) |
| OKLCH | oklch(0.904 0.039 33.9) |
Copy-ready code
/* CSS */
color: #f8d7cf;
background-color: #f8d7cf;
/* Tailwind (arbitrary) */
class="text-[#f8d7cf] bg-[#f8d7cf]"
/* SCSS */
$brand: #f8d7cf;
/* SwiftUI */
Color(red: 0.973, green: 0.843, blue: 0.812)
/* Android */
Color.parseColor("#f8d7cf")Accessibility — WCAG contrast
Aa
#f8d7cf on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8d7cf on black: 15.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green84.3%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta13.3%
Yellow16.5%
Key (black)2.7%
Color previews
#f8d7cf text on a black background
contrast 15.61:1
Card sample
#f8d7cf text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8d7cf;
Background color
Panel with #f8d7cf background
background-color: #f8d7cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8d7cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 215, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 215, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8d7cf; background: linear-gradient(135deg, #f8d7cf, #F8F2CF);