#f1dcdf
a pale, soft red · warm · closest name: lavender
RGB
241, 220, 223
HSL
351°, 43%, 90%
CMYK
0, 9, 8, 6
Luminance
0.7521
Every format
| HEX | #f1dcdf |
| RGB | rgb(241, 220, 223) |
| HSL | hsl(351, 43%, 90%) |
| CMYK | cmyk(0%, 9%, 8%, 6%) |
| LAB | lab(89.5 7.7 1.1) |
| LCH | lch(89.5 7.8 8.5) |
| OKLCH | oklch(0.912 0.024 7.7) |
Copy-ready code
/* CSS */
color: #f1dcdf;
background-color: #f1dcdf;
/* Tailwind (arbitrary) */
class="text-[#f1dcdf] bg-[#f1dcdf]"
/* SCSS */
$brand: #f1dcdf;
/* SwiftUI */
Color(red: 0.945, green: 0.863, blue: 0.875)
/* Android */
Color.parseColor("#f1dcdf")Accessibility — WCAG contrast
Aa
#f1dcdf on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1dcdf on black: 16.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green86.3%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta8.7%
Yellow7.5%
Key (black)5.5%
Color previews
#f1dcdf text on a black background
contrast 16.04:1
Card sample
#f1dcdf text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1dcdf;
Background color
Panel with #f1dcdf background
background-color: #f1dcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1dcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 220, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 220, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1dcdf; background: linear-gradient(135deg, #f1dcdf, #F1E7DC);