Snow
#F1F3FE
BlueColor Codes
All color formats for development
HEX
#F1F3FERGB
rgb(241, 243, 254)HSL
hsl(231, 87%, 97%)OKLCH
oklch(0.966 0.015 277.9)CMYK
cmyk(5%, 4%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C2CBFB
2#94A3F8
3#667BF4
4#3853F1
5#1030E7
6#0D27B9
7#0A1D8B
8#06135D
9#030A2E
Tints
Lighter variations
1#F2F4FE
2#F4F5FE
3#F5F6FE
4#F6F8FE
5#F8F9FF
6#F9FAFF
7#FBFBFF
8#FCFDFF
9#FEFEFF
Tones
Muted variations
1#F1F3FD
2#F2F4FD
3#F3F4FC
4#F3F5FB
5#F4F5FB
6#F5F5FA
7#F5F6F9
8#F6F6F9
9#F7F7F8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE2 #DEE2FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1CA #C1CAFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91A1 #91A1F7 | BordersInactive statesPlaceholder text |
| 400 | 586F #586FF3 | Disabled statesSecondary iconsMuted text |
| 500 | 2846 #2846F0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0F2C #0F2CD2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0C23 #0C23A7 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0819 #081977 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0510 #05104C | Primary textHigh emphasis contentDark headings |
| 950 | 030A #030A30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--snow-50: #F1F3FE;
--snow-100: #DEE2FD;
--snow-200: #C1CAFB;
--snow-300: #91A1F7;
--snow-400: #586FF3;
--snow-500: #2846F0;
--snow-600: #0F2CD2;
--snow-700: #0C23A7;
--snow-800: #081977;
--snow-900: #05104C;
--snow-950: #030A30;
}