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