#f7f3fd
a pale, vivid violet · warm · closest name: white
RGB
247, 243, 253
HSL
264°, 71%, 97%
CMYK
2, 4, 0, 1
Luminance
0.9097
Every format
| HEX | #f7f3fd |
| RGB | rgb(247, 243, 253) |
| HSL | hsl(264, 71%, 97%) |
| CMYK | cmyk(2%, 4%, 0%, 1%) |
| LAB | lab(96.4 3.1 -4.3) |
| LCH | lch(96.4 5.3 305.8) |
| OKLCH | oklch(0.970 0.014 304.1) |
Copy-ready code
/* CSS */
color: #f7f3fd;
background-color: #f7f3fd;
/* Tailwind (arbitrary) */
class="text-[#f7f3fd] bg-[#f7f3fd]"
/* SCSS */
$brand: #f7f3fd;
/* SwiftUI */
Color(red: 0.969, green: 0.953, blue: 0.992)
/* Android */
Color.parseColor("#f7f3fd")Accessibility — WCAG contrast
Aa
#f7f3fd on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7f3fd on black: 19.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green95.3%
Blue99.2%
CMYK percentages
Cyan2.4%
Magenta4.0%
Yellow0.0%
Key (black)0.8%
Color previews
#f7f3fd text on a black background
contrast 19.19:1
Card sample
#f7f3fd text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7f3fd;
Background color
Panel with #f7f3fd background
background-color: #f7f3fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7f3fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 243, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 243, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7f3fd; background: linear-gradient(135deg, #f7f3fd, #FDF3FC);