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