#f9fcfe
a pale, vivid blue · cool · “white”
RGB
249, 252, 254
HSL
204°, 71%, 99%
CMYK
2, 1, 0, 0
Luminance
0.9692
Every format
| HEX | #f9fcfe |
| RGB | rgb(249, 252, 254) |
| HSL | hsl(204, 71%, 99%) |
| CMYK | cmyk(2%, 1%, 0%, 0%) |
| LAB | lab(98.8 -0.6 -1.3) |
| LCH | lch(98.8 1.4 244.1) |
| OKLCH | oklch(0.989 0.004 236.5) |
Copy-ready code
/* CSS */
color: #f9fcfe;
background-color: #f9fcfe;
/* Tailwind (arbitrary) */
class="text-[#f9fcfe] bg-[#f9fcfe]"
/* SCSS */
$brand: #f9fcfe;
/* SwiftUI */
Color(red: 0.976, green: 0.988, blue: 0.996)
/* Android */
Color.parseColor("#f9fcfe")Accessibility — WCAG contrast
Aa
#f9fcfe on white: 1.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9fcfe on black: 20.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green98.8%
Blue99.6%
CMYK percentages
Cyan2.0%
Magenta0.8%
Yellow0.0%
Key (black)0.4%
Color previews
#f9fcfe text on a black background
contrast 20.38:1
Card sample
#f9fcfe text on a white background
contrast 1.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9fcfe;
Background color
Panel with #f9fcfe background
background-color: #f9fcfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9fcfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 252, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 252, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9fcfe; background: linear-gradient(135deg, #f9fcfe, #F9F9FE);