#f1dafc
a pale, electric violet · warm · closest name: lavender
RGB
241, 218, 252
HSL
281°, 85%, 92%
CMYK
4, 14, 0, 1
Luminance
0.7587
Every format
| HEX | #f1dafc |
| RGB | rgb(241, 218, 252) |
| HSL | hsl(281, 85%, 92%) |
| CMYK | cmyk(4%, 14%, 0%, 1%) |
| LAB | lab(89.8 13.9 -13.6) |
| LCH | lch(89.8 19.5 315.6) |
| OKLCH | oklch(0.917 0.052 314.9) |
Copy-ready code
/* CSS */
color: #f1dafc;
background-color: #f1dafc;
/* Tailwind (arbitrary) */
class="text-[#f1dafc] bg-[#f1dafc]"
/* SCSS */
$brand: #f1dafc;
/* SwiftUI */
Color(red: 0.945, green: 0.855, blue: 0.988)
/* Android */
Color.parseColor("#f1dafc")Accessibility — WCAG contrast
Aa
#f1dafc on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1dafc on black: 16.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green85.5%
Blue98.8%
CMYK percentages
Cyan4.4%
Magenta13.5%
Yellow0.0%
Key (black)1.2%
Color previews
#f1dafc text on a black background
contrast 16.17:1
Card sample
#f1dafc text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1dafc;
Background color
Panel with #f1dafc background
background-color: #f1dafc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1dafc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 218, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 218, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1dafc; background: linear-gradient(135deg, #f1dafc, #FCDAF0);