#f8fcff
a pale, electric blue · cool · “white”
RGB
248, 252, 255
HSL
206°, 100%, 99%
CMYK
3, 1, 0, 0
Luminance
0.9680
Every format
| HEX | #f8fcff |
| RGB | rgb(248, 252, 255) |
| HSL | hsl(206, 100%, 99%) |
| CMYK | cmyk(3%, 1%, 0%, 0%) |
| LAB | lab(98.8 -0.8 -1.9) |
| LCH | lch(98.8 2.0 247.6) |
| OKLCH | oklch(0.989 0.006 239.8) |
Copy-ready code
/* CSS */
color: #f8fcff;
background-color: #f8fcff;
/* Tailwind (arbitrary) */
class="text-[#f8fcff] bg-[#f8fcff]"
/* SCSS */
$brand: #f8fcff;
/* SwiftUI */
Color(red: 0.973, green: 0.988, blue: 1.000)
/* Android */
Color.parseColor("#f8fcff")Accessibility — WCAG contrast
Aa
#f8fcff on white: 1.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8fcff on black: 20.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green98.8%
Blue100.0%
CMYK percentages
Cyan2.7%
Magenta1.2%
Yellow0.0%
Key (black)0.0%
Color previews
#f8fcff text on a black background
contrast 20.36:1
Card sample
#f8fcff text on a white background
contrast 1.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8fcff;
Background color
Panel with #f8fcff background
background-color: #f8fcff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8fcff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 252, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 252, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8fcff; background: linear-gradient(135deg, #f8fcff, #F9F8FF);