#f7f4fa
a pale, soft violet · warm · closest name: white
RGB
247, 244, 250
HSL
270°, 38%, 97%
CMYK
1, 2, 0, 2
Luminance
0.9138
Every format
| HEX | #f7f4fa |
| RGB | rgb(247, 244, 250) |
| HSL | hsl(270, 38%, 97%) |
| CMYK | cmyk(1%, 2%, 0%, 2%) |
| LAB | lab(96.6 2.1 -2.5) |
| LCH | lch(96.6 3.3 309.3) |
| OKLCH | oklch(0.971 0.009 308.4) |
Copy-ready code
/* CSS */
color: #f7f4fa;
background-color: #f7f4fa;
/* Tailwind (arbitrary) */
class="text-[#f7f4fa] bg-[#f7f4fa]"
/* SCSS */
$brand: #f7f4fa;
/* SwiftUI */
Color(red: 0.969, green: 0.957, blue: 0.980)
/* Android */
Color.parseColor("#f7f4fa")Accessibility — WCAG contrast
Aa
#f7f4fa on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7f4fa on black: 19.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green95.7%
Blue98.0%
CMYK percentages
Cyan1.2%
Magenta2.4%
Yellow0.0%
Key (black)2.0%
Color previews
#f7f4fa text on a black background
contrast 19.28:1
Card sample
#f7f4fa text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7f4fa;
Background color
Panel with #f7f4fa background
background-color: #f7f4fa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7f4fa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 244, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 244, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7f4fa; background: linear-gradient(135deg, #f7f4fa, #FAF4F9);