#f7fafd
a pale, vivid blue · cool · closest name: white
RGB
247, 250, 253
HSL
210°, 60%, 98%
CMYK
2, 1, 0, 1
Luminance
0.9524
Every format
| HEX | #f7fafd |
| RGB | rgb(247, 250, 253) |
| HSL | hsl(210, 60%, 98%) |
| CMYK | cmyk(2%, 1%, 0%, 1%) |
| LAB | lab(98.1 -0.5 -1.8) |
| LCH | lch(98.1 1.8 255.8) |
| OKLCH | oklch(0.984 0.005 247.9) |
Copy-ready code
/* CSS */
color: #f7fafd;
background-color: #f7fafd;
/* Tailwind (arbitrary) */
class="text-[#f7fafd] bg-[#f7fafd]"
/* SCSS */
$brand: #f7fafd;
/* SwiftUI */
Color(red: 0.969, green: 0.980, blue: 0.992)
/* Android */
Color.parseColor("#f7fafd")Accessibility — WCAG contrast
Aa
#f7fafd on white: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7fafd on black: 20.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green98.0%
Blue99.2%
CMYK percentages
Cyan2.4%
Magenta1.2%
Yellow0.0%
Key (black)0.8%
Color previews
#f7fafd text on a black background
contrast 20.05:1
Card sample
#f7fafd text on a white background
contrast 1.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7fafd;
Background color
Panel with #f7fafd background
background-color: #f7fafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7fafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 250, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 250, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7fafd; background: linear-gradient(135deg, #f7fafd, #F8F7FD);