#f1dffa
a pale, vivid violet · warm · closest name: lavender
RGB
241, 223, 250
HSL
280°, 73%, 93%
CMYK
4, 11, 0, 2
Luminance
0.7838
Every format
| HEX | #f1dffa |
| RGB | rgb(241, 223, 250) |
| HSL | hsl(280, 73%, 93%) |
| CMYK | cmyk(4%, 11%, 0%, 2%) |
| LAB | lab(91.0 10.9 -10.9) |
| LCH | lch(91.0 15.4 315.1) |
| OKLCH | oklch(0.926 0.041 314.6) |
Copy-ready code
/* CSS */
color: #f1dffa;
background-color: #f1dffa;
/* Tailwind (arbitrary) */
class="text-[#f1dffa] bg-[#f1dffa]"
/* SCSS */
$brand: #f1dffa;
/* SwiftUI */
Color(red: 0.945, green: 0.875, blue: 0.980)
/* Android */
Color.parseColor("#f1dffa")Accessibility — WCAG contrast
Aa
#f1dffa on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1dffa on black: 16.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green87.5%
Blue98.0%
CMYK percentages
Cyan3.6%
Magenta10.8%
Yellow0.0%
Key (black)2.0%
Color previews
#f1dffa text on a black background
contrast 16.68:1
Card sample
#f1dffa text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1dffa;
Background color
Panel with #f1dffa background
background-color: #f1dffa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1dffa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 223, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 223, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1dffa; background: linear-gradient(135deg, #f1dffa, #FADFF1);