#f8dce2
a pale, vivid red · warm · closest name: lavender
RGB
248, 220, 226
HSL
347°, 67%, 92%
CMYK
0, 11, 9, 3
Luminance
0.7663
Every format
| HEX | #f8dce2 |
| RGB | rgb(248, 220, 226) |
| HSL | hsl(347, 67%, 92%) |
| CMYK | cmyk(0%, 11%, 9%, 3%) |
| LAB | lab(90.2 10.6 0.6) |
| LCH | lch(90.2 10.6 3.2) |
| OKLCH | oklch(0.919 0.032 3.2) |
Copy-ready code
/* CSS */
color: #f8dce2;
background-color: #f8dce2;
/* Tailwind (arbitrary) */
class="text-[#f8dce2] bg-[#f8dce2]"
/* SCSS */
$brand: #f8dce2;
/* SwiftUI */
Color(red: 0.973, green: 0.863, blue: 0.886)
/* Android */
Color.parseColor("#f8dce2")Accessibility — WCAG contrast
Aa
#f8dce2 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8dce2 on black: 16.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green86.3%
Blue88.6%
CMYK percentages
Cyan0.0%
Magenta11.3%
Yellow8.9%
Key (black)2.7%
Color previews
#f8dce2 text on a black background
contrast 16.33:1
Card sample
#f8dce2 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8dce2;
Background color
Panel with #f8dce2 background
background-color: #f8dce2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8dce2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 220, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 220, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8dce2; background: linear-gradient(135deg, #f8dce2, #F8E9DC);