#f4deee
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
244, 222, 238
HSL
316°, 50%, 91%
CMYK
0, 9, 3, 4
Luminance
0.7765
Every format
| HEX | #f4deee |
| RGB | rgb(244, 222, 238) |
| HSL | hsl(316, 50%, 91%) |
| CMYK | cmyk(0%, 9%, 3%, 4%) |
| LAB | lab(90.6 10.3 -5.0) |
| LCH | lch(90.6 11.4 333.8) |
| OKLCH | oklch(0.923 0.032 335.4) |
Copy-ready code
/* CSS */
color: #f4deee;
background-color: #f4deee;
/* Tailwind (arbitrary) */
class="text-[#f4deee] bg-[#f4deee]"
/* SCSS */
$brand: #f4deee;
/* SwiftUI */
Color(red: 0.957, green: 0.871, blue: 0.933)
/* Android */
Color.parseColor("#f4deee")Accessibility — WCAG contrast
Aa
#f4deee on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4deee on black: 16.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green87.1%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta9.0%
Yellow2.5%
Key (black)4.3%
Color previews
#f4deee text on a black background
contrast 16.53:1
Card sample
#f4deee text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4deee;
Background color
Panel with #f4deee background
background-color: #f4deee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4deee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 222, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 222, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4deee; background: linear-gradient(135deg, #f4deee, #F4DEDF);