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