#f4f4f6
a pale, muted blue · warm · closest name: white
RGB
244, 244, 246
HSL
240°, 10%, 96%
CMYK
1, 1, 0, 4
Luminance
0.9059
Every format
| HEX | #f4f4f6 |
| RGB | rgb(244, 244, 246) |
| HSL | hsl(240, 10%, 96%) |
| CMYK | cmyk(1%, 1%, 0%, 4%) |
| LAB | lab(96.2 0.3 -1.0) |
| LCH | lch(96.2 1.0 290.0) |
| OKLCH | oklch(0.968 0.003 286.4) |
Copy-ready code
/* CSS */
color: #f4f4f6;
background-color: #f4f4f6;
/* Tailwind (arbitrary) */
class="text-[#f4f4f6] bg-[#f4f4f6]"
/* SCSS */
$brand: #f4f4f6;
/* SwiftUI */
Color(red: 0.957, green: 0.957, blue: 0.965)
/* Android */
Color.parseColor("#f4f4f6")Accessibility — WCAG contrast
Aa
#f4f4f6 on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4f4f6 on black: 19.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green95.7%
Blue96.5%
CMYK percentages
Cyan0.8%
Magenta0.8%
Yellow0.0%
Key (black)3.5%
Color previews
#f4f4f6 text on a black background
contrast 19.12:1
Card sample
#f4f4f6 text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4f4f6;
Background color
Panel with #f4f4f6 background
background-color: #f4f4f6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4f4f6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 244, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 244, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4f4f6; background: linear-gradient(135deg, #f4f4f6, #F5F4F6);