#f8d7f2
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
248, 215, 242
HSL
311°, 70%, 91%
CMYK
0, 13, 2, 3
Luminance
0.7497
Every format
| HEX | #f8d7f2 |
| RGB | rgb(248, 215, 242) |
| HSL | hsl(311, 70%, 91%) |
| CMYK | cmyk(0%, 13%, 2%, 3%) |
| LAB | lab(89.4 16.0 -8.9) |
| LCH | lch(89.4 18.3 330.7) |
| OKLCH | oklch(0.914 0.051 332.1) |
Copy-ready code
/* CSS */
color: #f8d7f2;
background-color: #f8d7f2;
/* Tailwind (arbitrary) */
class="text-[#f8d7f2] bg-[#f8d7f2]"
/* SCSS */
$brand: #f8d7f2;
/* SwiftUI */
Color(red: 0.973, green: 0.843, blue: 0.949)
/* Android */
Color.parseColor("#f8d7f2")Accessibility — WCAG contrast
Aa
#f8d7f2 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8d7f2 on black: 15.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green84.3%
Blue94.9%
CMYK percentages
Cyan0.0%
Magenta13.3%
Yellow2.4%
Key (black)2.7%
Color previews
#f8d7f2 text on a black background
contrast 15.99:1
Card sample
#f8d7f2 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8d7f2;
Background color
Panel with #f8d7f2 background
background-color: #f8d7f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8d7f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 215, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 215, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8d7f2; background: linear-gradient(135deg, #f8d7f2, #F8D7DC);