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