#f5deee
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
245, 222, 238
HSL
318°, 54%, 92%
CMYK
0, 9, 3, 4
Luminance
0.7783
Every format
| HEX | #f5deee |
| RGB | rgb(245, 222, 238) |
| HSL | hsl(318, 54%, 92%) |
| CMYK | cmyk(0%, 9%, 3%, 4%) |
| LAB | lab(90.7 10.6 -4.9) |
| LCH | lch(90.7 11.7 335.1) |
| OKLCH | oklch(0.924 0.033 336.7) |
Copy-ready code
/* CSS */
color: #f5deee;
background-color: #f5deee;
/* Tailwind (arbitrary) */
class="text-[#f5deee] bg-[#f5deee]"
/* SCSS */
$brand: #f5deee;
/* SwiftUI */
Color(red: 0.961, green: 0.871, blue: 0.933)
/* Android */
Color.parseColor("#f5deee")Accessibility — WCAG contrast
Aa
#f5deee on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5deee on black: 16.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green87.1%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta9.4%
Yellow2.9%
Key (black)3.9%
Color previews
#f5deee text on a black background
contrast 16.57:1
Card sample
#f5deee text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5deee;
Background color
Panel with #f5deee background
background-color: #f5deee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5deee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 222, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 222, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5deee; background: linear-gradient(135deg, #f5deee, #F5DEDF);