#f8d7fb
a pale, electric magenta / pink · warm · closest name: lavender
RGB
248, 215, 251
HSL
295°, 82%, 91%
CMYK
1, 14, 0, 2
Luminance
0.7552
Every format
| HEX | #f8d7fb |
| RGB | rgb(248, 215, 251) |
| HSL | hsl(295, 82%, 91%) |
| CMYK | cmyk(1%, 14%, 0%, 2%) |
| LAB | lab(89.6 17.6 -13.3) |
| LCH | lch(89.6 22.0 322.9) |
| OKLCH | oklch(0.917 0.060 323.4) |
Copy-ready code
/* CSS */
color: #f8d7fb;
background-color: #f8d7fb;
/* Tailwind (arbitrary) */
class="text-[#f8d7fb] bg-[#f8d7fb]"
/* SCSS */
$brand: #f8d7fb;
/* SwiftUI */
Color(red: 0.973, green: 0.843, blue: 0.984)
/* Android */
Color.parseColor("#f8d7fb")Accessibility — WCAG contrast
Aa
#f8d7fb on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8d7fb on black: 16.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green84.3%
Blue98.4%
CMYK percentages
Cyan1.2%
Magenta14.3%
Yellow0.0%
Key (black)1.6%
Color previews
#f8d7fb text on a black background
contrast 16.10:1
Card sample
#f8d7fb text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8d7fb;
Background color
Panel with #f8d7fb background
background-color: #f8d7fb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8d7fb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 215, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 215, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8d7fb; background: linear-gradient(135deg, #f8d7fb, #FBD7E6);