Snow
#F5F6FA
BlueColor Codes
All color formats for development
HEX
#F5F6FARGB
rgb(245, 246, 250)HSL
hsl(228, 33%, 97%)OKLCH
oklch(0.974 0.005 275)CMYK
cmyk(2%, 2%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D4D8E9
2#B3BBD9
3#929DC8
4#717FB8
5#5363A4
6#424F84
7#323C63
8#212842
9#111421
Tints
Lighter variations
1#F6F7FA
2#F7F8FB
3#F8F9FB
4#F9FAFC
5#FAFAFC
6#FBFBFD
7#FCFCFD
8#FDFDFE
9#FEFEFE
Tones
Muted variations
1#F5F6FA
2#F5F6F9
3#F6F6F9
4#F6F6F9
5#F6F7F9
6#F6F7F8
7#F7F7F8
8#F7F7F8
9#F7F7F8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EA #E7EAF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3D7 #D3D7E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1B9 #B1B9D8 | BordersInactive statesPlaceholder text |
| 400 | 8894 #8894C3 | Disabled statesSecondary iconsMuted text |
| 500 | 6676 #6676B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B5A #4B5A95 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C48 #3C4877 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B33 #2B3355 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B21 #1B2136 | Primary textHigh emphasis contentDark headings |
| 950 | 1114 #111422 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--snow-50: #F5F6FA;
--snow-100: #E7EAF3;
--snow-200: #D3D7E9;
--snow-300: #B1B9D8;
--snow-400: #8894C3;
--snow-500: #6676B2;
--snow-600: #4B5A95;
--snow-700: #3C4877;
--snow-800: #2B3355;
--snow-900: #1B2136;
--snow-950: #111422;
}