Snow
#F0F4FE
BlueColor Codes
All color formats for development
HEX
#F0F4FERGB
rgb(240, 244, 254)HSL
hsl(223, 88%, 97%)OKLCH
oklch(0.967 0.014 268.5)CMYK
cmyk(6%, 4%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C2D2FB
2#94B0F8
3#658EF5
4#376CF2
5#0F4DE9
6#0C3DBA
7#092E8C
8#061F5D
9#030F2F
Tints
Lighter variations
1#F2F5FE
2#F3F7FE
3#F5F8FE
4#F6F9FE
5#F8FAFF
6#F9FBFF
7#FBFCFF
8#FCFDFF
9#FEFEFF
Tones
Muted variations
1#F1F5FD
2#F2F5FD
3#F3F5FC
4#F3F6FB
5#F4F6FB
6#F5F6FA
7#F5F6F9
8#F6F7F9
9#F7F7F8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE6 #DDE6FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1D1 #C1D1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91AE #91AEF8 | BordersInactive statesPlaceholder text |
| 400 | 5784 #5784F4 | Disabled statesSecondary iconsMuted text |
| 500 | 2760 #2760F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D45 #0D45D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B37 #0B37A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0827 #082778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0519 #05194D | Primary textHigh emphasis contentDark headings |
| 950 | 0310 #031030 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--snow-50: #F1F4FE;
--snow-100: #DDE6FD;
--snow-200: #C1D1FB;
--snow-300: #91AEF8;
--snow-400: #5784F4;
--snow-500: #2760F1;
--snow-600: #0D45D3;
--snow-700: #0B37A8;
--snow-800: #082778;
--snow-900: #05194D;
--snow-950: #031030;
}