#f8d3fb
a pale, electric magenta / pink · warm · closest name: lavender
RGB
248, 211, 251
HSL
296°, 83%, 91%
CMYK
1, 16, 0, 2
Luminance
0.7351
Every format
| HEX | #f8d3fb |
| RGB | rgb(248, 211, 251) |
| HSL | hsl(296, 83%, 91%) |
| CMYK | cmyk(1%, 16%, 0%, 2%) |
| LAB | lab(88.7 19.7 -14.7) |
| LCH | lch(88.7 24.6 323.2) |
| OKLCH | oklch(0.910 0.067 323.7) |
Copy-ready code
/* CSS */
color: #f8d3fb;
background-color: #f8d3fb;
/* Tailwind (arbitrary) */
class="text-[#f8d3fb] bg-[#f8d3fb]"
/* SCSS */
$brand: #f8d3fb;
/* SwiftUI */
Color(red: 0.973, green: 0.827, blue: 0.984)
/* Android */
Color.parseColor("#f8d3fb")Accessibility — WCAG contrast
Aa
#f8d3fb on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8d3fb on black: 15.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green82.7%
Blue98.4%
CMYK percentages
Cyan1.2%
Magenta15.9%
Yellow0.0%
Key (black)1.6%
Color previews
#f8d3fb text on a black background
contrast 15.70:1
Card sample
#f8d3fb text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8d3fb;
Background color
Panel with #f8d3fb background
background-color: #f8d3fb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8d3fb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 211, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 211, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8d3fb; background: linear-gradient(135deg, #f8d3fb, #FBD3E3);