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