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