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