#f8f3fa
a pale, soft violet · warm · closest name: white
RGB
248, 243, 250
HSL
283°, 41%, 97%
CMYK
1, 3, 0, 2
Luminance
0.9096
Every format
| HEX | #f8f3fa |
| RGB | rgb(248, 243, 250) |
| HSL | hsl(283, 41%, 97%) |
| CMYK | cmyk(1%, 3%, 0%, 2%) |
| LAB | lab(96.4 2.9 -2.8) |
| LCH | lch(96.4 4.0 316.3) |
| OKLCH | oklch(0.970 0.011 316.5) |
Copy-ready code
/* CSS */
color: #f8f3fa;
background-color: #f8f3fa;
/* Tailwind (arbitrary) */
class="text-[#f8f3fa] bg-[#f8f3fa]"
/* SCSS */
$brand: #f8f3fa;
/* SwiftUI */
Color(red: 0.973, green: 0.953, blue: 0.980)
/* Android */
Color.parseColor("#f8f3fa")Accessibility — WCAG contrast
Aa
#f8f3fa on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8f3fa on black: 19.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green95.3%
Blue98.0%
CMYK percentages
Cyan0.8%
Magenta2.8%
Yellow0.0%
Key (black)2.0%
Color previews
#f8f3fa text on a black background
contrast 19.19:1
Card sample
#f8f3fa text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8f3fa;
Background color
Panel with #f8f3fa background
background-color: #f8f3fa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8f3fa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 243, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 243, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8f3fa; background: linear-gradient(135deg, #f8f3fa, #FAF3F7);