#f7dbfc
a pale, electric magenta / pink · warm · closest name: lavender
RGB
247, 219, 252
HSL
291°, 85%, 92%
CMYK
2, 13, 0, 1
Luminance
0.7747
Every format
| HEX | #f7dbfc |
| RGB | rgb(247, 219, 252) |
| HSL | hsl(291, 85%, 92%) |
| CMYK | cmyk(2%, 13%, 0%, 1%) |
| LAB | lab(90.5 15.3 -12.5) |
| LCH | lch(90.5 19.8 320.8) |
| OKLCH | oklch(0.924 0.053 321.1) |
Copy-ready code
/* CSS */
color: #f7dbfc;
background-color: #f7dbfc;
/* Tailwind (arbitrary) */
class="text-[#f7dbfc] bg-[#f7dbfc]"
/* SCSS */
$brand: #f7dbfc;
/* SwiftUI */
Color(red: 0.969, green: 0.859, blue: 0.988)
/* Android */
Color.parseColor("#f7dbfc")Accessibility — WCAG contrast
Aa
#f7dbfc on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7dbfc on black: 16.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green85.9%
Blue98.8%
CMYK percentages
Cyan2.0%
Magenta13.1%
Yellow0.0%
Key (black)1.2%
Color previews
#f7dbfc text on a black background
contrast 16.49:1
Card sample
#f7dbfc text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7dbfc;
Background color
Panel with #f7dbfc background
background-color: #f7dbfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7dbfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 219, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 219, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7dbfc; background: linear-gradient(135deg, #f7dbfc, #FCDBEB);