#f1dfeb
a pale, soft magenta / pink · warm · closest name: lavender
RGB
241, 223, 235
HSL
320°, 39%, 91%
CMYK
0, 8, 3, 6
Luminance
0.7747
Every format
| HEX | #f1dfeb |
| RGB | rgb(241, 223, 235) |
| HSL | hsl(320, 39%, 91%) |
| CMYK | cmyk(0%, 8%, 3%, 6%) |
| LAB | lab(90.5 8.2 -3.6) |
| LCH | lch(90.5 9.0 336.2) |
| OKLCH | oklch(0.922 0.025 337.8) |
Copy-ready code
/* CSS */
color: #f1dfeb;
background-color: #f1dfeb;
/* Tailwind (arbitrary) */
class="text-[#f1dfeb] bg-[#f1dfeb]"
/* SCSS */
$brand: #f1dfeb;
/* SwiftUI */
Color(red: 0.945, green: 0.875, blue: 0.922)
/* Android */
Color.parseColor("#f1dfeb")Accessibility — WCAG contrast
Aa
#f1dfeb on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1dfeb on black: 16.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green87.5%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta7.5%
Yellow2.5%
Key (black)5.5%
Color previews
#f1dfeb text on a black background
contrast 16.49:1
Card sample
#f1dfeb text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1dfeb;
Background color
Panel with #f1dfeb background
background-color: #f1dfeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1dfeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 223, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 223, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1dfeb; background: linear-gradient(135deg, #f1dfeb, #F1DFDF);