#f8dbf9
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
248, 219, 249
HSL
298°, 71%, 92%
CMYK
0, 12, 0, 2
Luminance
0.7746
Every format
| HEX | #f8dbf9 |
| RGB | rgb(248, 219, 249) |
| HSL | hsl(298, 71%, 92%) |
| CMYK | cmyk(0%, 12%, 0%, 2%) |
| LAB | lab(90.5 15.1 -10.9) |
| LCH | lch(90.5 18.6 324.2) |
| OKLCH | oklch(0.924 0.051 325.0) |
Copy-ready code
/* CSS */
color: #f8dbf9;
background-color: #f8dbf9;
/* Tailwind (arbitrary) */
class="text-[#f8dbf9] bg-[#f8dbf9]"
/* SCSS */
$brand: #f8dbf9;
/* SwiftUI */
Color(red: 0.973, green: 0.859, blue: 0.976)
/* Android */
Color.parseColor("#f8dbf9")Accessibility — WCAG contrast
Aa
#f8dbf9 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8dbf9 on black: 16.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green85.9%
Blue97.6%
CMYK percentages
Cyan0.4%
Magenta12.0%
Yellow0.0%
Key (black)2.4%
Color previews
#f8dbf9 text on a black background
contrast 16.49:1
Card sample
#f8dbf9 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8dbf9;
Background color
Panel with #f8dbf9 background
background-color: #f8dbf9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8dbf9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 219, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 219, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8dbf9; background: linear-gradient(135deg, #f8dbf9, #F9DBE6);