#f8deee
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
248, 222, 238
HSL
323°, 65%, 92%
CMYK
0, 11, 4, 3
Luminance
0.7837
Every format
| HEX | #f8deee |
| RGB | rgb(248, 222, 238) |
| HSL | hsl(323, 65%, 92%) |
| CMYK | cmyk(0%, 11%, 4%, 3%) |
| LAB | lab(91.0 11.6 -4.5) |
| LCH | lch(91.0 12.5 338.7) |
| OKLCH | oklch(0.926 0.035 340.4) |
Copy-ready code
/* CSS */
color: #f8deee;
background-color: #f8deee;
/* Tailwind (arbitrary) */
class="text-[#f8deee] bg-[#f8deee]"
/* SCSS */
$brand: #f8deee;
/* SwiftUI */
Color(red: 0.973, green: 0.871, blue: 0.933)
/* Android */
Color.parseColor("#f8deee")Accessibility — WCAG contrast
Aa
#f8deee on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8deee on black: 16.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green87.1%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta10.5%
Yellow4.0%
Key (black)2.7%
Color previews
#f8deee text on a black background
contrast 16.67:1
Card sample
#f8deee text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8deee;
Background color
Panel with #f8deee background
background-color: #f8deee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8deee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 222, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 222, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8deee; background: linear-gradient(135deg, #f8deee, #F8E0DE);