#f1d9da
a pale, vivid red · warm · closest name: lavender
RGB
241, 217, 218
HSL
358°, 46%, 90%
CMYK
0, 10, 10, 6
Luminance
0.7339
Every format
| HEX | #f1d9da |
| RGB | rgb(241, 217, 218) |
| HSL | hsl(358, 46%, 90%) |
| CMYK | cmyk(0%, 10%, 10%, 6%) |
| LAB | lab(88.6 8.4 2.5) |
| LCH | lch(88.6 8.8 16.7) |
| OKLCH | oklch(0.905 0.027 14.8) |
Copy-ready code
/* CSS */
color: #f1d9da;
background-color: #f1d9da;
/* Tailwind (arbitrary) */
class="text-[#f1d9da] bg-[#f1d9da]"
/* SCSS */
$brand: #f1d9da;
/* SwiftUI */
Color(red: 0.945, green: 0.851, blue: 0.855)
/* Android */
Color.parseColor("#f1d9da")Accessibility — WCAG contrast
Aa
#f1d9da on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1d9da on black: 15.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green85.1%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta10.0%
Yellow9.5%
Key (black)5.5%
Color previews
#f1d9da text on a black background
contrast 15.68:1
Card sample
#f1d9da text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1d9da;
Background color
Panel with #f1d9da background
background-color: #f1d9da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1d9da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 217, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 217, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1d9da; background: linear-gradient(135deg, #f1d9da, #F1E8D9);