Snow
#F1FAFE
BlueColor Codes
All color formats for development
HEX
#F1FAFERGB
rgb(241, 250, 254)HSL
hsl(198, 87%, 97%)OKLCH
oklch(0.98 0.011 226)CMYK
cmyk(5%, 2%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C2EAFB
2#94DAF8
3#66CAF4
4#38BAF1
5#10A7E7
6#0D85B9
7#0A648B
8#06435D
9#03212E
Tints
Lighter variations
1#F2FBFE
2#F4FBFE
3#F5FCFE
4#F6FCFE
5#F8FDFF
6#F9FDFF
7#FBFEFF
8#FCFEFF
9#FEFFFF
Tones
Muted variations
1#F1FAFD
2#F2F9FD
3#F3F9FC
4#F3F9FB
5#F4F9FB
6#F5F8FA
7#F5F8F9
8#F6F8F9
9#F7F8F8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FA #F1FAFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF3 #DEF3FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1E9 #C1E9FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91D9 #91D9F7 | BordersInactive statesPlaceholder text |
| 400 | 58C5 #58C5F3 | Disabled statesSecondary iconsMuted text |
| 500 | 28B4 #28B4F0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0F97 #0F97D2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0C78 #0C78A7 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0856 #085677 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0537 #05374C | Primary textHigh emphasis contentDark headings |
| 950 | 0322 #032230 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--snow-50: #F1FAFE;
--snow-100: #DEF3FD;
--snow-200: #C1E9FB;
--snow-300: #91D9F7;
--snow-400: #58C5F3;
--snow-500: #28B4F0;
--snow-600: #0F97D2;
--snow-700: #0C78A7;
--snow-800: #085677;
--snow-900: #05374C;
--snow-950: #032230;
}