#f5f9fc
a pale, vivid blue · cool · closest name: white
RGB
245, 249, 252
HSL
206°, 54%, 98%
CMYK
3, 1, 0, 1
Luminance
0.9419
Every format
| HEX | #f5f9fc |
| RGB | rgb(245, 249, 252) |
| HSL | hsl(206, 54%, 98%) |
| CMYK | cmyk(3%, 1%, 0%, 1%) |
| LAB | lab(97.7 -0.8 -1.9) |
| LCH | lch(97.7 2.0 247.7) |
| OKLCH | oklch(0.980 0.006 239.8) |
Copy-ready code
/* CSS */
color: #f5f9fc;
background-color: #f5f9fc;
/* Tailwind (arbitrary) */
class="text-[#f5f9fc] bg-[#f5f9fc]"
/* SCSS */
$brand: #f5f9fc;
/* SwiftUI */
Color(red: 0.961, green: 0.976, blue: 0.988)
/* Android */
Color.parseColor("#f5f9fc")Accessibility — WCAG contrast
Aa
#f5f9fc on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5f9fc on black: 19.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green97.6%
Blue98.8%
CMYK percentages
Cyan2.8%
Magenta1.2%
Yellow0.0%
Key (black)1.2%
Color previews
#f5f9fc text on a black background
contrast 19.84:1
Card sample
#f5f9fc text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5f9fc;
Background color
Panel with #f5f9fc background
background-color: #f5f9fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5f9fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 249, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 249, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5f9fc; background: linear-gradient(135deg, #f5f9fc, #F6F5FC);