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