#f1d3fc
a pale, electric violet · warm · closest name: lavender
RGB
241, 211, 252
HSL
284°, 87%, 91%
CMYK
4, 16, 0, 1
Luminance
0.7232
Every format
| HEX | #f1d3fc |
| RGB | rgb(241, 211, 252) |
| HSL | hsl(284, 87%, 91%) |
| CMYK | cmyk(4%, 16%, 0%, 1%) |
| LAB | lab(88.1 17.6 -16.2) |
| LCH | lch(88.1 23.9 317.4) |
| OKLCH | oklch(0.904 0.064 317.0) |
Copy-ready code
/* CSS */
color: #f1d3fc;
background-color: #f1d3fc;
/* Tailwind (arbitrary) */
class="text-[#f1d3fc] bg-[#f1d3fc]"
/* SCSS */
$brand: #f1d3fc;
/* SwiftUI */
Color(red: 0.945, green: 0.827, blue: 0.988)
/* Android */
Color.parseColor("#f1d3fc")Accessibility — WCAG contrast
Aa
#f1d3fc on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1d3fc on black: 15.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green82.7%
Blue98.8%
CMYK percentages
Cyan4.4%
Magenta16.3%
Yellow0.0%
Key (black)1.2%
Color previews
#f1d3fc text on a black background
contrast 15.46:1
Card sample
#f1d3fc text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1d3fc;
Background color
Panel with #f1d3fc background
background-color: #f1d3fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1d3fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 211, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 211, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1d3fc; background: linear-gradient(135deg, #f1d3fc, #FCD3EC);