#f4fafd
a pale, vivid blue · cool · closest name: white
RGB
244, 250, 253
HSL
200°, 69%, 98%
CMYK
4, 1, 0, 1
Luminance
0.9470
Every format
| HEX | #f4fafd |
| RGB | rgb(244, 250, 253) |
| HSL | hsl(200, 69%, 98%) |
| CMYK | cmyk(4%, 1%, 0%, 1%) |
| LAB | lab(97.9 -1.4 -2.1) |
| LCH | lch(97.9 2.6 236.0) |
| OKLCH | oklch(0.981 0.007 228.9) |
Copy-ready code
/* CSS */
color: #f4fafd;
background-color: #f4fafd;
/* Tailwind (arbitrary) */
class="text-[#f4fafd] bg-[#f4fafd]"
/* SCSS */
$brand: #f4fafd;
/* SwiftUI */
Color(red: 0.957, green: 0.980, blue: 0.992)
/* Android */
Color.parseColor("#f4fafd")Accessibility — WCAG contrast
Aa
#f4fafd on white: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4fafd on black: 19.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green98.0%
Blue99.2%
CMYK percentages
Cyan3.6%
Magenta1.2%
Yellow0.0%
Key (black)0.8%
Color previews
#f4fafd text on a black background
contrast 19.94:1
Card sample
#f4fafd text on a white background
contrast 1.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4fafd;
Background color
Panel with #f4fafd background
background-color: #f4fafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4fafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 250, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 250, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4fafd; background: linear-gradient(135deg, #f4fafd, #F4F4FD);