Snow
#F5F8FA
BlueColor Codes
All color formats for development
HEX
#F5F8FARGB
rgb(245, 248, 250)HSL
hsl(204, 33%, 97%)OKLCH
oklch(0.977 0.004 236.5)CMYK
cmyk(2%, 1%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D4E1E9
2#B3CAD9
3#92B3C8
4#719BB8
5#5384A4
6#426984
7#324F63
8#213542
9#111A21
Tints
Lighter variations
1#F6F9FA
2#F7F9FB
3#F8FAFB
4#F9FBFC
5#FAFBFC
6#FBFCFD
7#FCFDFD
8#FDFEFE
9#FEFEFE
Tones
Muted variations
1#F5F8FA
2#F5F8F9
3#F6F8F9
4#F6F8F9
5#F6F8F9
6#F6F8F8
7#F7F8F8
8#F7F7F8
9#F7F7F8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EE #E7EEF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3E0 #D3E0E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1C8 #B1C8D8 | BordersInactive statesPlaceholder text |
| 400 | 88AC #88ACC3 | Disabled statesSecondary iconsMuted text |
| 500 | 6694 #6694B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B78 #4B7895 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C5F #3C5F77 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B44 #2B4455 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B2B #1B2B36 | Primary textHigh emphasis contentDark headings |
| 950 | 111B #111B22 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--snow-50: #F5F8FA;
--snow-100: #E7EEF3;
--snow-200: #D3E0E9;
--snow-300: #B1C8D8;
--snow-400: #88ACC3;
--snow-500: #6694B2;
--snow-600: #4B7895;
--snow-700: #3C5F77;
--snow-800: #2B4455;
--snow-900: #1B2B36;
--snow-950: #111B22;
}