#f7dbf5
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
247, 219, 245
HSL
304°, 64%, 91%
CMYK
0, 11, 1, 3
Luminance
0.7703
Every format
| HEX | #f7dbf5 |
| RGB | rgb(247, 219, 245) |
| HSL | hsl(304, 64%, 91%) |
| CMYK | cmyk(0%, 11%, 1%, 3%) |
| LAB | lab(90.3 14.1 -9.1) |
| LCH | lch(90.3 16.8 327.1) |
| OKLCH | oklch(0.922 0.046 328.2) |
Copy-ready code
/* CSS */
color: #f7dbf5;
background-color: #f7dbf5;
/* Tailwind (arbitrary) */
class="text-[#f7dbf5] bg-[#f7dbf5]"
/* SCSS */
$brand: #f7dbf5;
/* SwiftUI */
Color(red: 0.969, green: 0.859, blue: 0.961)
/* Android */
Color.parseColor("#f7dbf5")Accessibility — WCAG contrast
Aa
#f7dbf5 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7dbf5 on black: 16.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green85.9%
Blue96.1%
CMYK percentages
Cyan0.0%
Magenta11.3%
Yellow0.8%
Key (black)3.1%
Color previews
#f7dbf5 text on a black background
contrast 16.41:1
Card sample
#f7dbf5 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7dbf5;
Background color
Panel with #f7dbf5 background
background-color: #f7dbf5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7dbf5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 219, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 219, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7dbf5; background: linear-gradient(135deg, #f7dbf5, #F7DBE2);