#f9fdff
a pale, electric blue · cool · “white”
RGB
249, 253, 255
HSL
200°, 100%, 99%
CMYK
2, 1, 0, 0
Luminance
0.9761
Every format
| HEX | #f9fdff |
| RGB | rgb(249, 253, 255) |
| HSL | hsl(200, 100%, 99%) |
| CMYK | cmyk(2%, 1%, 0%, 0%) |
| LAB | lab(99.1 -1.0 -1.4) |
| LCH | lch(99.1 1.7 235.8) |
| OKLCH | oklch(0.992 0.005 228.8) |
Copy-ready code
/* CSS */
color: #f9fdff;
background-color: #f9fdff;
/* Tailwind (arbitrary) */
class="text-[#f9fdff] bg-[#f9fdff]"
/* SCSS */
$brand: #f9fdff;
/* SwiftUI */
Color(red: 0.976, green: 0.992, blue: 1.000)
/* Android */
Color.parseColor("#f9fdff")Accessibility — WCAG contrast
Aa
#f9fdff on white: 1.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9fdff on black: 20.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green99.2%
Blue100.0%
CMYK percentages
Cyan2.4%
Magenta0.8%
Yellow0.0%
Key (black)0.0%
Color previews
#f9fdff text on a black background
contrast 20.52:1
Card sample
#f9fdff text on a white background
contrast 1.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9fdff;
Background color
Panel with #f9fdff background
background-color: #f9fdff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9fdff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 253, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 253, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9fdff; background: linear-gradient(135deg, #f9fdff, #F9F9FF);