#f8f1f0
a pale, soft red · warm · closest name: white
RGB
248, 241, 240
HSL
8°, 36%, 96%
CMYK
0, 3, 3, 3
Luminance
0.8916
Every format
| HEX | #f8f1f0 |
| RGB | rgb(248, 241, 240) |
| HSL | hsl(8, 36%, 96%) |
| CMYK | cmyk(0%, 3%, 3%, 3%) |
| LAB | lab(95.7 2.2 1.3) |
| LCH | lch(95.7 2.5 31.1) |
| OKLCH | oklch(0.963 0.008 27.2) |
Copy-ready code
/* CSS */
color: #f8f1f0;
background-color: #f8f1f0;
/* Tailwind (arbitrary) */
class="text-[#f8f1f0] bg-[#f8f1f0]"
/* SCSS */
$brand: #f8f1f0;
/* SwiftUI */
Color(red: 0.973, green: 0.945, blue: 0.941)
/* Android */
Color.parseColor("#f8f1f0")Accessibility — WCAG contrast
Aa
#f8f1f0 on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8f1f0 on black: 18.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green94.5%
Blue94.1%
CMYK percentages
Cyan0.0%
Magenta2.8%
Yellow3.2%
Key (black)2.7%
Color previews
#f8f1f0 text on a black background
contrast 18.83:1
Card sample
#f8f1f0 text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8f1f0;
Background color
Panel with #f8f1f0 background
background-color: #f8f1f0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8f1f0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 241, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 241, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8f1f0; background: linear-gradient(135deg, #f8f1f0, #F8F6F0);