#f9fdfc
a pale, vivid cyan · cool · “white”
RGB
249, 253, 252
HSL
165°, 50%, 98%
CMYK
2, 0, 0, 1
Luminance
0.9742
Every format
| HEX | #f9fdfc |
| RGB | rgb(249, 253, 252) |
| HSL | hsl(165, 50%, 98%) |
| CMYK | cmyk(2%, 0%, 0%, 1%) |
| LAB | lab(99.0 -1.5 0.0) |
| LCH | lch(99.0 1.5 179.2) |
| OKLCH | oklch(0.991 0.004 179.7) |
Copy-ready code
/* CSS */
color: #f9fdfc;
background-color: #f9fdfc;
/* Tailwind (arbitrary) */
class="text-[#f9fdfc] bg-[#f9fdfc]"
/* SCSS */
$brand: #f9fdfc;
/* SwiftUI */
Color(red: 0.976, green: 0.992, blue: 0.988)
/* Android */
Color.parseColor("#f9fdfc")Accessibility — WCAG contrast
Aa
#f9fdfc on white: 1.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9fdfc on black: 20.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green99.2%
Blue98.8%
CMYK percentages
Cyan1.6%
Magenta0.0%
Yellow0.4%
Key (black)0.8%
Color previews
#f9fdfc text on a black background
contrast 20.48:1
Card sample
#f9fdfc text on a white background
contrast 1.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9fdfc;
Background color
Panel with #f9fdfc background
background-color: #f9fdfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9fdfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 253, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 253, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9fdfc; background: linear-gradient(135deg, #f9fdfc, #F9FBFD);