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