#f4dfee
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
244, 223, 238
HSL
317°, 49%, 92%
CMYK
0, 9, 3, 4
Luminance
0.7818
Every format
| HEX | #f4dfee |
| RGB | rgb(244, 223, 238) |
| HSL | hsl(317, 49%, 92%) |
| CMYK | cmyk(0%, 9%, 3%, 4%) |
| LAB | lab(90.9 9.7 -4.7) |
| LCH | lch(90.9 10.8 334.3) |
| OKLCH | oklch(0.925 0.030 335.9) |
Copy-ready code
/* CSS */
color: #f4dfee;
background-color: #f4dfee;
/* Tailwind (arbitrary) */
class="text-[#f4dfee] bg-[#f4dfee]"
/* SCSS */
$brand: #f4dfee;
/* SwiftUI */
Color(red: 0.957, green: 0.875, blue: 0.933)
/* Android */
Color.parseColor("#f4dfee")Accessibility — WCAG contrast
Aa
#f4dfee on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4dfee on black: 16.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green87.5%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta8.6%
Yellow2.5%
Key (black)4.3%
Color previews
#f4dfee text on a black background
contrast 16.64:1
Card sample
#f4dfee text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4dfee;
Background color
Panel with #f4dfee background
background-color: #f4dfee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4dfee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 223, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 223, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4dfee; background: linear-gradient(135deg, #f4dfee, #F4DFE0);