#f7ddfe
a pale, electric violet · warm · closest name: lavender
RGB
247, 221, 254
HSL
287°, 94%, 93%
CMYK
3, 13, 0, 0
Luminance
0.7864
Every format
| HEX | #f7ddfe |
| RGB | rgb(247, 221, 254) |
| HSL | hsl(287, 94%, 93%) |
| CMYK | cmyk(3%, 13%, 0%, 0%) |
| LAB | lab(91.1 14.7 -12.7) |
| LCH | lch(91.1 19.4 319.0) |
| OKLCH | oklch(0.929 0.052 319.0) |
Copy-ready code
/* CSS */
color: #f7ddfe;
background-color: #f7ddfe;
/* Tailwind (arbitrary) */
class="text-[#f7ddfe] bg-[#f7ddfe]"
/* SCSS */
$brand: #f7ddfe;
/* SwiftUI */
Color(red: 0.969, green: 0.867, blue: 0.996)
/* Android */
Color.parseColor("#f7ddfe")Accessibility — WCAG contrast
Aa
#f7ddfe on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7ddfe on black: 16.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green86.7%
Blue99.6%
CMYK percentages
Cyan2.8%
Magenta13.0%
Yellow0.0%
Key (black)0.4%
Color previews
#f7ddfe text on a black background
contrast 16.73:1
Card sample
#f7ddfe text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7ddfe;
Background color
Panel with #f7ddfe background
background-color: #f7ddfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7ddfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 221, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 221, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7ddfe; background: linear-gradient(135deg, #f7ddfe, #FEDDEF);