#f7f2fb
a pale, vivid violet · warm · closest name: white
RGB
247, 242, 251
HSL
273°, 53%, 97%
CMYK
2, 4, 0, 2
Luminance
0.9024
Every format
| HEX | #f7f2fb |
| RGB | rgb(247, 242, 251) |
| HSL | hsl(273, 53%, 97%) |
| CMYK | cmyk(2%, 4%, 0%, 2%) |
| LAB | lab(96.1 3.3 -3.7) |
| LCH | lch(96.1 5.0 311.2) |
| OKLCH | oklch(0.968 0.013 310.5) |
Copy-ready code
/* CSS */
color: #f7f2fb;
background-color: #f7f2fb;
/* Tailwind (arbitrary) */
class="text-[#f7f2fb] bg-[#f7f2fb]"
/* SCSS */
$brand: #f7f2fb;
/* SwiftUI */
Color(red: 0.969, green: 0.949, blue: 0.984)
/* Android */
Color.parseColor("#f7f2fb")Accessibility — WCAG contrast
Aa
#f7f2fb on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7f2fb on black: 19.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green94.9%
Blue98.4%
CMYK percentages
Cyan1.6%
Magenta3.6%
Yellow0.0%
Key (black)1.6%
Color previews
#f7f2fb text on a black background
contrast 19.05:1
Card sample
#f7f2fb text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7f2fb;
Background color
Panel with #f7f2fb background
background-color: #f7f2fb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7f2fb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 242, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 242, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7f2fb; background: linear-gradient(135deg, #f7f2fb, #FBF2F9);