Snow
#F0F5FE
BlueColor Codes
All color formats for development
HEX
#F0F5FERGB
rgb(240, 245, 254)HSL
hsl(219, 88%, 97%)OKLCH
oklch(0.969 0.013 262.4)CMYK
cmyk(6%, 4%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C2D6FB
2#94B7F8
3#6598F5
4#3778F2
5#0F5BE9
6#0C49BA
7#09378C
8#06245D
9#03122F
Tints
Lighter variations
1#F2F6FE
2#F3F7FE
3#F5F8FE
4#F6F9FE
5#F8FAFF
6#F9FBFF
7#FBFCFF
8#FCFDFF
9#FEFEFF
Tones
Muted variations
1#F1F6FD
2#F2F6FD
3#F3F6FC
4#F3F6FB
5#F4F6FB
6#F5F7FA
7#F5F7F9
8#F6F7F9
9#F7F7F8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F5 #F1F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE8 #DDE8FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1D5 #C1D5FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91B5 #91B5F8 | BordersInactive statesPlaceholder text |
| 400 | 578E #578EF4 | Disabled statesSecondary iconsMuted text |
| 500 | 276E #276EF1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D53 #0D53D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B42 #0B42A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 082F #082F78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 051E #051E4D | Primary textHigh emphasis contentDark headings |
| 950 | 0313 #031330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--snow-50: #F1F5FE;
--snow-100: #DDE8FD;
--snow-200: #C1D5FB;
--snow-300: #91B5F8;
--snow-400: #578EF4;
--snow-500: #276EF1;
--snow-600: #0D53D3;
--snow-700: #0B42A8;
--snow-800: #082F78;
--snow-900: #051E4D;
--snow-950: #031330;
}