#f1e3f4
a pale, soft violet · warm · closest name: lavender
RGB
241, 227, 244
HSL
289°, 44%, 92%
CMYK
1, 7, 0, 4
Luminance
0.8017
Every format
| HEX | #f1e3f4 |
| RGB | rgb(241, 227, 244) |
| HSL | hsl(289, 44%, 92%) |
| CMYK | cmyk(1%, 7%, 0%, 4%) |
| LAB | lab(91.8 7.7 -6.5) |
| LCH | lch(91.8 10.1 319.8) |
| OKLCH | oklch(0.932 0.027 320.2) |
Copy-ready code
/* CSS */
color: #f1e3f4;
background-color: #f1e3f4;
/* Tailwind (arbitrary) */
class="text-[#f1e3f4] bg-[#f1e3f4]"
/* SCSS */
$brand: #f1e3f4;
/* SwiftUI */
Color(red: 0.945, green: 0.890, blue: 0.957)
/* Android */
Color.parseColor("#f1e3f4")Accessibility — WCAG contrast
Aa
#f1e3f4 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1e3f4 on black: 17.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green89.0%
Blue95.7%
CMYK percentages
Cyan1.2%
Magenta7.0%
Yellow0.0%
Key (black)4.3%
Color previews
#f1e3f4 text on a black background
contrast 17.03:1
Card sample
#f1e3f4 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1e3f4;
Background color
Panel with #f1e3f4 background
background-color: #f1e3f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1e3f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 227, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 227, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1e3f4; background: linear-gradient(135deg, #f1e3f4, #F4E3EC);