#f7dbfe
a pale, electric violet · warm · closest name: lavender
RGB
247, 219, 254
HSL
288°, 95%, 93%
CMYK
3, 14, 0, 0
Luminance
0.7759
Every format
| HEX | #f7dbfe |
| RGB | rgb(247, 219, 254) |
| HSL | hsl(288, 95%, 93%) |
| CMYK | cmyk(3%, 14%, 0%, 0%) |
| LAB | lab(90.6 15.7 -13.4) |
| LCH | lch(90.6 20.7 319.4) |
| OKLCH | oklch(0.925 0.055 319.5) |
Copy-ready code
/* CSS */
color: #f7dbfe;
background-color: #f7dbfe;
/* Tailwind (arbitrary) */
class="text-[#f7dbfe] bg-[#f7dbfe]"
/* SCSS */
$brand: #f7dbfe;
/* SwiftUI */
Color(red: 0.969, green: 0.859, blue: 0.996)
/* Android */
Color.parseColor("#f7dbfe")Accessibility — WCAG contrast
Aa
#f7dbfe on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7dbfe on black: 16.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green85.9%
Blue99.6%
CMYK percentages
Cyan2.8%
Magenta13.8%
Yellow0.0%
Key (black)0.4%
Color previews
#f7dbfe text on a black background
contrast 16.52:1
Card sample
#f7dbfe text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7dbfe;
Background color
Panel with #f7dbfe background
background-color: #f7dbfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7dbfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 219, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 219, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7dbfe; background: linear-gradient(135deg, #f7dbfe, #FEDBEE);