#f4dcec
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
244, 220, 236
HSL
320°, 52%, 91%
CMYK
0, 10, 3, 4
Luminance
0.7648
Every format
| HEX | #f4dcec |
| RGB | rgb(244, 220, 236) |
| HSL | hsl(320, 52%, 91%) |
| CMYK | cmyk(0%, 10%, 3%, 4%) |
| LAB | lab(90.1 11.0 -4.8) |
| LCH | lch(90.1 12.0 336.4) |
| OKLCH | oklch(0.919 0.034 338.0) |
Copy-ready code
/* CSS */
color: #f4dcec;
background-color: #f4dcec;
/* Tailwind (arbitrary) */
class="text-[#f4dcec] bg-[#f4dcec]"
/* SCSS */
$brand: #f4dcec;
/* SwiftUI */
Color(red: 0.957, green: 0.863, blue: 0.925)
/* Android */
Color.parseColor("#f4dcec")Accessibility — WCAG contrast
Aa
#f4dcec on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4dcec on black: 16.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green86.3%
Blue92.5%
CMYK percentages
Cyan0.0%
Magenta9.8%
Yellow3.3%
Key (black)4.3%
Color previews
#f4dcec text on a black background
contrast 16.30:1
Card sample
#f4dcec text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4dcec;
Background color
Panel with #f4dcec background
background-color: #f4dcec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4dcec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 220, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 220, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4dcec; background: linear-gradient(135deg, #f4dcec, #F4DCDC);