Snow
#F1F9FD
BlueColor Codes
All color formats for development
HEX
#F1F9FDRGB
rgb(241, 249, 253)HSL
hsl(200, 75%, 97%)OKLCH
oklch(0.977 0.01 228.9)CMYK
cmyk(5%, 2%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C6E7F7
2#9BD4F1
3#70C2EB
4#44AFE4
5#1F9BD8
6#197CAD
7#135D82
8#0C3E57
9#061F2B
Tints
Lighter variations
1#F3FAFD
2#F4FAFD
3#F6FBFE
4#F7FCFE
5#F8FCFE
6#FAFDFE
7#FBFDFE
8#FCFEFF
9#FEFEFF
Tones
Muted variations
1#F2F9FD
2#F3F9FC
3#F3F9FB
4#F4F8FB
5#F4F8FA
6#F5F8FA
7#F6F8F9
8#F6F8F8
9#F7F8F8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F2 #E0F2FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5E6 #C5E6F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98D3 #98D3F0 | BordersInactive statesPlaceholder text |
| 400 | 63BC #63BCE9 | Disabled statesSecondary iconsMuted text |
| 500 | 36A9 #36A9E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1C8C #1C8CC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1670 #16709C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1050 #105070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A33 #0A3347 | Primary textHigh emphasis contentDark headings |
| 950 | 0620 #06202D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--snow-50: #F2F9FD;
--snow-100: #E0F2FB;
--snow-200: #C5E6F7;
--snow-300: #98D3F0;
--snow-400: #63BCE9;
--snow-500: #36A9E2;
--snow-600: #1C8CC4;
--snow-700: #16709C;
--snow-800: #105070;
--snow-900: #0A3347;
--snow-950: #06202D;
}