#f8fefd
a pale, electric cyan · cool · “white”
RGB
248, 254, 253
HSL
170°, 75%, 98%
CMYK
2, 0, 0, 0
Luminance
0.9793
Every format
| HEX | #f8fefd |
| RGB | rgb(248, 254, 253) |
| HSL | hsl(170, 75%, 98%) |
| CMYK | cmyk(2%, 0%, 0%, 0%) |
| LAB | lab(99.2 -2.1 -0.2) |
| LCH | lch(99.2 2.2 185.6) |
| OKLCH | oklch(0.992 0.006 185.3) |
Copy-ready code
/* CSS */
color: #f8fefd;
background-color: #f8fefd;
/* Tailwind (arbitrary) */
class="text-[#f8fefd] bg-[#f8fefd]"
/* SCSS */
$brand: #f8fefd;
/* SwiftUI */
Color(red: 0.973, green: 0.996, blue: 0.992)
/* Android */
Color.parseColor("#f8fefd")Accessibility — WCAG contrast
Aa
#f8fefd on white: 1.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8fefd on black: 20.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green99.6%
Blue99.2%
CMYK percentages
Cyan2.4%
Magenta0.0%
Yellow0.4%
Key (black)0.4%
Color previews
#f8fefd text on a black background
contrast 20.59:1
Card sample
#f8fefd text on a white background
contrast 1.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8fefd;
Background color
Panel with #f8fefd background
background-color: #f8fefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8fefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 254, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 254, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8fefd; background: linear-gradient(135deg, #f8fefd, #F8FBFE);