#f4f1fc
a pale, vivid violet · warm · closest name: lavender
RGB
244, 241, 252
HSL
256°, 65%, 97%
CMYK
3, 4, 0, 1
Luminance
0.8917
Every format
| HEX | #f4f1fc |
| RGB | rgb(244, 241, 252) |
| HSL | hsl(256, 65%, 97%) |
| CMYK | cmyk(3%, 4%, 0%, 1%) |
| LAB | lab(95.7 3.0 -4.9) |
| LCH | lch(95.7 5.8 301.0) |
| OKLCH | oklch(0.964 0.015 298.6) |
Copy-ready code
/* CSS */
color: #f4f1fc;
background-color: #f4f1fc;
/* Tailwind (arbitrary) */
class="text-[#f4f1fc] bg-[#f4f1fc]"
/* SCSS */
$brand: #f4f1fc;
/* SwiftUI */
Color(red: 0.957, green: 0.945, blue: 0.988)
/* Android */
Color.parseColor("#f4f1fc")Accessibility — WCAG contrast
Aa
#f4f1fc on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4f1fc on black: 18.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green94.5%
Blue98.8%
CMYK percentages
Cyan3.2%
Magenta4.4%
Yellow0.0%
Key (black)1.2%
Color previews
#f4f1fc text on a black background
contrast 18.83:1
Card sample
#f4f1fc text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4f1fc;
Background color
Panel with #f4f1fc background
background-color: #f4f1fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4f1fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 241, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 241, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4f1fc; background: linear-gradient(135deg, #f4f1fc, #FBF1FC);