#f8f2fc
a pale, vivid violet · warm · closest name: white
RGB
248, 242, 252
HSL
276°, 63%, 97%
CMYK
2, 4, 0, 1
Luminance
0.9049
Every format
| HEX | #f8f2fc |
| RGB | rgb(248, 242, 252) |
| HSL | hsl(276, 63%, 97%) |
| CMYK | cmyk(2%, 4%, 0%, 1%) |
| LAB | lab(96.2 3.8 -4.1) |
| LCH | lch(96.2 5.6 312.6) |
| OKLCH | oklch(0.969 0.015 312.2) |
Copy-ready code
/* CSS */
color: #f8f2fc;
background-color: #f8f2fc;
/* Tailwind (arbitrary) */
class="text-[#f8f2fc] bg-[#f8f2fc]"
/* SCSS */
$brand: #f8f2fc;
/* SwiftUI */
Color(red: 0.973, green: 0.949, blue: 0.988)
/* Android */
Color.parseColor("#f8f2fc")Accessibility — WCAG contrast
Aa
#f8f2fc on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8f2fc on black: 19.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green94.9%
Blue98.8%
CMYK percentages
Cyan1.6%
Magenta4.0%
Yellow0.0%
Key (black)1.2%
Color previews
#f8f2fc text on a black background
contrast 19.10:1
Card sample
#f8f2fc text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8f2fc;
Background color
Panel with #f8f2fc background
background-color: #f8f2fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8f2fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 242, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 242, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8f2fc; background: linear-gradient(135deg, #f8f2fc, #FCF2F9);