#f4d6eb
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
244, 214, 235
HSL
318°, 58%, 90%
CMYK
0, 12, 4, 4
Luminance
0.7332
Every format
| HEX | #f4d6eb |
| RGB | rgb(244, 214, 235) |
| HSL | hsl(318, 58%, 90%) |
| CMYK | cmyk(0%, 12%, 4%, 4%) |
| LAB | lab(88.6 13.9 -6.5) |
| LCH | lch(88.6 15.3 335.1) |
| OKLCH | oklch(0.907 0.043 336.7) |
Copy-ready code
/* CSS */
color: #f4d6eb;
background-color: #f4d6eb;
/* Tailwind (arbitrary) */
class="text-[#f4d6eb] bg-[#f4d6eb]"
/* SCSS */
$brand: #f4d6eb;
/* SwiftUI */
Color(red: 0.957, green: 0.839, blue: 0.922)
/* Android */
Color.parseColor("#f4d6eb")Accessibility — WCAG contrast
Aa
#f4d6eb on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4d6eb on black: 15.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green83.9%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta12.3%
Yellow3.7%
Key (black)4.3%
Color previews
#f4d6eb text on a black background
contrast 15.66:1
Card sample
#f4d6eb text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4d6eb;
Background color
Panel with #f4d6eb background
background-color: #f4d6eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4d6eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 214, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 214, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4d6eb; background: linear-gradient(135deg, #f4d6eb, #F4D6D7);