#f1dbff
a pale, electric violet · warm · closest name: lavender
RGB
241, 219, 255
HSL
277°, 100%, 93%
CMYK
6, 14, 0, 0
Luminance
0.7658
Every format
| HEX | #f1dbff |
| RGB | rgb(241, 219, 255) |
| HSL | hsl(277, 100%, 93%) |
| CMYK | cmyk(6%, 14%, 0%, 0%) |
| LAB | lab(90.1 13.9 -14.7) |
| LCH | lch(90.1 20.3 313.5) |
| OKLCH | oklch(0.920 0.053 312.4) |
Copy-ready code
/* CSS */
color: #f1dbff;
background-color: #f1dbff;
/* Tailwind (arbitrary) */
class="text-[#f1dbff] bg-[#f1dbff]"
/* SCSS */
$brand: #f1dbff;
/* SwiftUI */
Color(red: 0.945, green: 0.859, blue: 1.000)
/* Android */
Color.parseColor("#f1dbff")Accessibility — WCAG contrast
Aa
#f1dbff on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1dbff on black: 16.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green85.9%
Blue100.0%
CMYK percentages
Cyan5.5%
Magenta14.1%
Yellow0.0%
Key (black)0.0%
Color previews
#f1dbff text on a black background
contrast 16.32:1
Card sample
#f1dbff text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1dbff;
Background color
Panel with #f1dbff background
background-color: #f1dbff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1dbff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 219, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 219, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1dbff; background: linear-gradient(135deg, #f1dbff, #FFDBF5);