Snow
#F0F7FE
BlueColor Codes
All color formats for development
HEX
#F0F7FERGB
rgb(240, 247, 254)HSL
hsl(210, 88%, 97%)OKLCH
oklch(0.973 0.012 247.9)CMYK
cmyk(6%, 3%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C2DFFB
2#94C6F8
3#65ADF5
4#3794F2
5#0F7CE9
6#0C63BA
7#094A8C
8#06315D
9#03192F
Tints
Lighter variations
1#F2F8FE
2#F3F9FE
3#F5FAFE
4#F6FAFE
5#F8FBFF
6#F9FCFF
7#FBFDFF
8#FCFDFF
9#FEFEFF
Tones
Muted variations
1#F1F7FD
2#F2F7FD
3#F3F7FC
4#F3F7FB
5#F4F7FB
6#F5F7FA
7#F5F7F9
8#F6F7F9
9#F7F7F8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDED #DDEDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1DE #C1DEFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91C4 #91C4F8 | BordersInactive statesPlaceholder text |
| 400 | 57A6 #57A6F4 | Disabled statesSecondary iconsMuted text |
| 500 | 278C #278CF1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D70 #0D70D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B59 #0B59A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0840 #084078 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0529 #05294D | Primary textHigh emphasis contentDark headings |
| 950 | 031A #031A30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--snow-50: #F1F7FE;
--snow-100: #DDEDFD;
--snow-200: #C1DEFB;
--snow-300: #91C4F8;
--snow-400: #57A6F4;
--snow-500: #278CF1;
--snow-600: #0D70D3;
--snow-700: #0B59A8;
--snow-800: #084078;
--snow-900: #05294D;
--snow-950: #031A30;
}