#f5fcfd
a pale, vivid cyan · cool · closest name: white
RGB
245, 252, 253
HSL
188°, 67%, 98%
CMYK
3, 0, 0, 1
Luminance
0.9613
Every format
| HEX | #f5fcfd |
| RGB | rgb(245, 252, 253) |
| HSL | hsl(188, 67%, 98%) |
| CMYK | cmyk(3%, 0%, 0%, 1%) |
| LAB | lab(98.5 -2.1 -1.3) |
| LCH | lch(98.5 2.5 211.1) |
| OKLCH | oklch(0.986 0.007 207.1) |
Copy-ready code
/* CSS */
color: #f5fcfd;
background-color: #f5fcfd;
/* Tailwind (arbitrary) */
class="text-[#f5fcfd] bg-[#f5fcfd]"
/* SCSS */
$brand: #f5fcfd;
/* SwiftUI */
Color(red: 0.961, green: 0.988, blue: 0.992)
/* Android */
Color.parseColor("#f5fcfd")Accessibility — WCAG contrast
Aa
#f5fcfd on white: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5fcfd on black: 20.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green98.8%
Blue99.2%
CMYK percentages
Cyan3.2%
Magenta0.4%
Yellow0.0%
Key (black)0.8%
Color previews
#f5fcfd text on a black background
contrast 20.23:1
Card sample
#f5fcfd text on a white background
contrast 1.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5fcfd;
Background color
Panel with #f5fcfd background
background-color: #f5fcfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5fcfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 252, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 252, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5fcfd; background: linear-gradient(135deg, #f5fcfd, #F5F6FD);