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