#f7d5fd
a pale, electric magenta / pink · warm · closest name: lavender
RGB
247, 213, 253
HSL
291°, 91%, 91%
CMYK
2, 16, 0, 1
Luminance
0.7445
Every format
| HEX | #f7d5fd |
| RGB | rgb(247, 213, 253) |
| HSL | hsl(291, 91%, 91%) |
| CMYK | cmyk(2%, 16%, 0%, 1%) |
| LAB | lab(89.1 18.7 -15.1) |
| LCH | lch(89.1 24.0 321.0) |
| OKLCH | oklch(0.913 0.065 321.2) |
Copy-ready code
/* CSS */
color: #f7d5fd;
background-color: #f7d5fd;
/* Tailwind (arbitrary) */
class="text-[#f7d5fd] bg-[#f7d5fd]"
/* SCSS */
$brand: #f7d5fd;
/* SwiftUI */
Color(red: 0.969, green: 0.835, blue: 0.992)
/* Android */
Color.parseColor("#f7d5fd")Accessibility — WCAG contrast
Aa
#f7d5fd on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7d5fd on black: 15.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green83.5%
Blue99.2%
CMYK percentages
Cyan2.4%
Magenta15.8%
Yellow0.0%
Key (black)0.8%
Color previews
#f7d5fd text on a black background
contrast 15.89:1
Card sample
#f7d5fd text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7d5fd;
Background color
Panel with #f7d5fd background
background-color: #f7d5fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7d5fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 213, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 213, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7d5fd; background: linear-gradient(135deg, #f7d5fd, #FDD5E8);