#f8daee
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
248, 218, 238
HSL
320°, 68%, 91%
CMYK
0, 12, 4, 3
Luminance
0.7627
Every format
| HEX | #f8daee |
| RGB | rgb(248, 218, 238) |
| HSL | hsl(320, 68%, 91%) |
| CMYK | cmyk(0%, 12%, 4%, 3%) |
| LAB | lab(90.0 13.7 -6.0) |
| LCH | lch(90.0 14.9 336.5) |
| OKLCH | oklch(0.919 0.042 338.2) |
Copy-ready code
/* CSS */
color: #f8daee;
background-color: #f8daee;
/* Tailwind (arbitrary) */
class="text-[#f8daee] bg-[#f8daee]"
/* SCSS */
$brand: #f8daee;
/* SwiftUI */
Color(red: 0.973, green: 0.855, blue: 0.933)
/* Android */
Color.parseColor("#f8daee")Accessibility — WCAG contrast
Aa
#f8daee on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8daee on black: 16.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green85.5%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta12.1%
Yellow4.0%
Key (black)2.7%
Color previews
#f8daee text on a black background
contrast 16.25:1
Card sample
#f8daee text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8daee;
Background color
Panel with #f8daee background
background-color: #f8daee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8daee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 218, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 218, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8daee; background: linear-gradient(135deg, #f8daee, #F8DADA);