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