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