#f5dbff
a pale, electric violet · warm · closest name: lavender
RGB
245, 219, 255
HSL
283°, 100%, 93%
CMYK
4, 14, 0, 0
Luminance
0.7730
Every format
| HEX | #f5dbff |
| RGB | rgb(245, 219, 255) |
| HSL | hsl(283, 100%, 93%) |
| CMYK | cmyk(4%, 14%, 0%, 0%) |
| LAB | lab(90.5 15.2 -14.2) |
| LCH | lch(90.5 20.8 317.0) |
| OKLCH | oklch(0.924 0.056 316.6) |
Copy-ready code
/* CSS */
color: #f5dbff;
background-color: #f5dbff;
/* Tailwind (arbitrary) */
class="text-[#f5dbff] bg-[#f5dbff]"
/* SCSS */
$brand: #f5dbff;
/* SwiftUI */
Color(red: 0.961, green: 0.859, blue: 1.000)
/* Android */
Color.parseColor("#f5dbff")Accessibility — WCAG contrast
Aa
#f5dbff on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5dbff on black: 16.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green85.9%
Blue100.0%
CMYK percentages
Cyan3.9%
Magenta14.1%
Yellow0.0%
Key (black)0.0%
Color previews
#f5dbff text on a black background
contrast 16.46:1
Card sample
#f5dbff text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5dbff;
Background color
Panel with #f5dbff background
background-color: #f5dbff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5dbff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 219, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 219, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5dbff; background: linear-gradient(135deg, #f5dbff, #FFDBF1);