#f1dff4
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
241, 223, 244
HSL
291°, 49%, 92%
CMYK
1, 9, 0, 4
Luminance
0.7801
Every format
| HEX | #f1dff4 |
| RGB | rgb(241, 223, 244) |
| HSL | hsl(291, 49%, 92%) |
| CMYK | cmyk(1%, 9%, 0%, 4%) |
| LAB | lab(90.8 9.8 -8.0) |
| LCH | lch(90.8 12.7 320.9) |
| OKLCH | oklch(0.924 0.034 321.4) |
Copy-ready code
/* CSS */
color: #f1dff4;
background-color: #f1dff4;
/* Tailwind (arbitrary) */
class="text-[#f1dff4] bg-[#f1dff4]"
/* SCSS */
$brand: #f1dff4;
/* SwiftUI */
Color(red: 0.945, green: 0.875, blue: 0.957)
/* Android */
Color.parseColor("#f1dff4")Accessibility — WCAG contrast
Aa
#f1dff4 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1dff4 on black: 16.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green87.5%
Blue95.7%
CMYK percentages
Cyan1.2%
Magenta8.6%
Yellow0.0%
Key (black)4.3%
Color previews
#f1dff4 text on a black background
contrast 16.60:1
Card sample
#f1dff4 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1dff4;
Background color
Panel with #f1dff4 background
background-color: #f1dff4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1dff4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 223, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 223, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1dff4; background: linear-gradient(135deg, #f1dff4, #F4DFE9);