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