#f8dbeb
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
248, 219, 235
HSL
327°, 67%, 92%
CMYK
0, 12, 5, 3
Luminance
0.7662
Every format
| HEX | #f8dbeb |
| RGB | rgb(248, 219, 235) |
| HSL | hsl(327, 67%, 92%) |
| CMYK | cmyk(0%, 12%, 5%, 3%) |
| LAB | lab(90.2 12.7 -4.1) |
| LCH | lch(90.2 13.3 341.9) |
| OKLCH | oklch(0.920 0.038 343.5) |
Copy-ready code
/* CSS */
color: #f8dbeb;
background-color: #f8dbeb;
/* Tailwind (arbitrary) */
class="text-[#f8dbeb] bg-[#f8dbeb]"
/* SCSS */
$brand: #f8dbeb;
/* SwiftUI */
Color(red: 0.973, green: 0.859, blue: 0.922)
/* Android */
Color.parseColor("#f8dbeb")Accessibility — WCAG contrast
Aa
#f8dbeb on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8dbeb on black: 16.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green85.9%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta11.7%
Yellow5.2%
Key (black)2.7%
Color previews
#f8dbeb text on a black background
contrast 16.32:1
Card sample
#f8dbeb text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8dbeb;
Background color
Panel with #f8dbeb background
background-color: #f8dbeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8dbeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 219, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 219, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8dbeb; background: linear-gradient(135deg, #f8dbeb, #F8DEDB);