#f1dfe2
a pale, soft red · warm · closest name: lavender
RGB
241, 223, 226
HSL
350°, 39%, 91%
CMYK
0, 8, 6, 6
Luminance
0.7697
Every format
| HEX | #f1dfe2 |
| RGB | rgb(241, 223, 226) |
| HSL | hsl(350, 39%, 91%) |
| CMYK | cmyk(0%, 8%, 6%, 6%) |
| LAB | lab(90.3 6.7 0.8) |
| LCH | lch(90.3 6.7 6.5) |
| OKLCH | oklch(0.919 0.020 6.0) |
Copy-ready code
/* CSS */
color: #f1dfe2;
background-color: #f1dfe2;
/* Tailwind (arbitrary) */
class="text-[#f1dfe2] bg-[#f1dfe2]"
/* SCSS */
$brand: #f1dfe2;
/* SwiftUI */
Color(red: 0.945, green: 0.875, blue: 0.886)
/* Android */
Color.parseColor("#f1dfe2")Accessibility — WCAG contrast
Aa
#f1dfe2 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1dfe2 on black: 16.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green87.5%
Blue88.6%
CMYK percentages
Cyan0.0%
Magenta7.5%
Yellow6.2%
Key (black)5.5%
Color previews
#f1dfe2 text on a black background
contrast 16.39:1
Card sample
#f1dfe2 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1dfe2;
Background color
Panel with #f1dfe2 background
background-color: #f1dfe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1dfe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 223, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 223, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1dfe2; background: linear-gradient(135deg, #f1dfe2, #F1E8DF);