#f1dbeb
a pale, soft magenta / pink · warm · closest name: lavender
RGB
241, 219, 235
HSL
316°, 44%, 90%
CMYK
0, 9, 3, 6
Luminance
0.7536
Every format
| HEX | #f1dbeb |
| RGB | rgb(241, 219, 235) |
| HSL | hsl(316, 44%, 90%) |
| CMYK | cmyk(0%, 9%, 3%, 6%) |
| LAB | lab(89.6 10.3 -5.1) |
| LCH | lch(89.6 11.5 333.8) |
| OKLCH | oklch(0.914 0.032 335.4) |
Copy-ready code
/* CSS */
color: #f1dbeb;
background-color: #f1dbeb;
/* Tailwind (arbitrary) */
class="text-[#f1dbeb] bg-[#f1dbeb]"
/* SCSS */
$brand: #f1dbeb;
/* SwiftUI */
Color(red: 0.945, green: 0.859, blue: 0.922)
/* Android */
Color.parseColor("#f1dbeb")Accessibility — WCAG contrast
Aa
#f1dbeb on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1dbeb on black: 16.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green85.9%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta9.1%
Yellow2.5%
Key (black)5.5%
Color previews
#f1dbeb text on a black background
contrast 16.07:1
Card sample
#f1dbeb text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1dbeb;
Background color
Panel with #f1dbeb background
background-color: #f1dbeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1dbeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 219, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 219, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1dbeb; background: linear-gradient(135deg, #f1dbeb, #F1DBDC);