#f4f6fd
a pale, vivid blue · warm · closest name: white
RGB
244, 246, 253
HSL
227°, 69%, 98%
CMYK
4, 3, 0, 1
Luminance
0.9224
Every format
| HEX | #f4f6fd |
| RGB | rgb(244, 246, 253) |
| HSL | hsl(227, 69%, 98%) |
| CMYK | cmyk(4%, 3%, 0%, 1%) |
| LAB | lab(96.9 0.6 -3.6) |
| LCH | lch(96.9 3.6 279.5) |
| OKLCH | oklch(0.974 0.010 273.4) |
Copy-ready code
/* CSS */
color: #f4f6fd;
background-color: #f4f6fd;
/* Tailwind (arbitrary) */
class="text-[#f4f6fd] bg-[#f4f6fd]"
/* SCSS */
$brand: #f4f6fd;
/* SwiftUI */
Color(red: 0.957, green: 0.965, blue: 0.992)
/* Android */
Color.parseColor("#f4f6fd")Accessibility — WCAG contrast
Aa
#f4f6fd on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4f6fd on black: 19.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green96.5%
Blue99.2%
CMYK percentages
Cyan3.6%
Magenta2.8%
Yellow0.0%
Key (black)0.8%
Color previews
#f4f6fd text on a black background
contrast 19.45:1
Card sample
#f4f6fd text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4f6fd;
Background color
Panel with #f4f6fd background
background-color: #f4f6fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4f6fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 246, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 246, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4f6fd; background: linear-gradient(135deg, #f4f6fd, #F8F4FD);