#f7dffb
a pale, electric magenta / pink · warm · closest name: lavender
RGB
247, 223, 251
HSL
291°, 78%, 93%
CMYK
2, 11, 0, 2
Luminance
0.7951
Every format
| HEX | #f7dffb |
| RGB | rgb(247, 223, 251) |
| HSL | hsl(291, 78%, 93%) |
| CMYK | cmyk(2%, 11%, 0%, 2%) |
| LAB | lab(91.5 13.1 -10.6) |
| LCH | lch(91.5 16.8 321.0) |
| OKLCH | oklch(0.931 0.045 321.4) |
Copy-ready code
/* CSS */
color: #f7dffb;
background-color: #f7dffb;
/* Tailwind (arbitrary) */
class="text-[#f7dffb] bg-[#f7dffb]"
/* SCSS */
$brand: #f7dffb;
/* SwiftUI */
Color(red: 0.969, green: 0.875, blue: 0.984)
/* Android */
Color.parseColor("#f7dffb")Accessibility — WCAG contrast
Aa
#f7dffb on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7dffb on black: 16.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green87.5%
Blue98.4%
CMYK percentages
Cyan1.6%
Magenta11.2%
Yellow0.0%
Key (black)1.6%
Color previews
#f7dffb text on a black background
contrast 16.90:1
Card sample
#f7dffb text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7dffb;
Background color
Panel with #f7dffb background
background-color: #f7dffb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7dffb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 223, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 223, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7dffb; background: linear-gradient(135deg, #f7dffb, #FBDFEC);