#f8dcec
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
248, 220, 236
HSL
326°, 67%, 92%
CMYK
0, 11, 5, 3
Luminance
0.7720
Every format
| HEX | #f8dcec |
| RGB | rgb(248, 220, 236) |
| HSL | hsl(326, 67%, 92%) |
| CMYK | cmyk(0%, 11%, 5%, 3%) |
| LAB | lab(90.4 12.3 -4.3) |
| LCH | lch(90.4 13.0 340.9) |
| OKLCH | oklch(0.922 0.037 342.5) |
Copy-ready code
/* CSS */
color: #f8dcec;
background-color: #f8dcec;
/* Tailwind (arbitrary) */
class="text-[#f8dcec] bg-[#f8dcec]"
/* SCSS */
$brand: #f8dcec;
/* SwiftUI */
Color(red: 0.973, green: 0.863, blue: 0.925)
/* Android */
Color.parseColor("#f8dcec")Accessibility — WCAG contrast
Aa
#f8dcec on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8dcec on black: 16.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green86.3%
Blue92.5%
CMYK percentages
Cyan0.0%
Magenta11.3%
Yellow4.8%
Key (black)2.7%
Color previews
#f8dcec text on a black background
contrast 16.44:1
Card sample
#f8dcec text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8dcec;
Background color
Panel with #f8dcec background
background-color: #f8dcec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8dcec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 220, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 220, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8dcec; background: linear-gradient(135deg, #f8dcec, #F8DFDC);