Snow
#F4F8FA
BlueColor Codes
All color formats for development
HEX
#F4F8FARGB
rgb(244, 248, 250)HSL
hsl(200, 37%, 97%)OKLCH
oklch(0.977 0.005 228.8)CMYK
cmyk(2%, 1%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D3E3EB
2#B1CDDB
3#8FB7CB
4#6DA2BC
5#4E8BA9
6#3E6F88
7#2F5366
8#1F3844
9#101C22
Tints
Lighter variations
1#F6F9FB
2#F7FAFB
3#F8FAFC
4#F9FBFC
5#FAFCFD
6#FBFCFD
7#FCFDFE
8#FDFEFE
9#FEFEFF
Tones
Muted variations
1#F5F8FA
2#F5F8FA
3#F5F8F9
4#F6F8F9
5#F6F8F9
6#F6F8F8
7#F7F8F8
8#F7F8F8
9#F7F7F8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EF #E7EFF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2E2 #D2E2EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFCC #AFCCDA | BordersInactive statesPlaceholder text |
| 400 | 85B1 #85B1C7 | Disabled statesSecondary iconsMuted text |
| 500 | 629A #629AB7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 477E #477E9A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3864 #38647A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2848 #284857 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A2E #1A2E38 | Primary textHigh emphasis contentDark headings |
| 950 | 101D #101D23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--snow-50: #F5F8FA;
--snow-100: #E7EFF4;
--snow-200: #D2E2EA;
--snow-300: #AFCCDA;
--snow-400: #85B1C7;
--snow-500: #629AB7;
--snow-600: #477E9A;
--snow-700: #38647A;
--snow-800: #284857;
--snow-900: #1A2E38;
--snow-950: #101D23;
}