Snow
#F1F2FE
BlueColor Codes
All color formats for development
HEX
#F1F2FERGB
rgb(241, 242, 254)HSL
hsl(235, 87%, 97%)OKLCH
oklch(0.964 0.016 282.3)CMYK
cmyk(5%, 5%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C2C7FB
2#949CF8
3#6672F4
4#3847F1
5#1022E7
6#0D1BB9
7#0A148B
8#060E5D
9#03072E
Tints
Lighter variations
1#F2F3FE
2#F4F4FE
3#F5F6FE
4#F6F7FE
5#F8F8FF
6#F9FAFF
7#FBFBFF
8#FCFCFF
9#FEFEFF
Tones
Muted variations
1#F1F2FD
2#F2F3FD
3#F3F3FC
4#F3F4FB
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 | F1F2 #F1F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE0 #DEE0FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1C6 #C1C6FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 919A #919AF7 | BordersInactive statesPlaceholder text |
| 400 | 5865 #5865F3 | Disabled statesSecondary iconsMuted text |
| 500 | 2839 #2839F0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0F1F #0F1FD2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0C19 #0C19A7 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0812 #081277 | Text on light backgroundsHeadingsStrong borders |
| 900 | 050B #050B4C | Primary textHigh emphasis contentDark headings |
| 950 | 0307 #030730 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--snow-50: #F1F2FE;
--snow-100: #DEE0FD;
--snow-200: #C1C6FB;
--snow-300: #919AF7;
--snow-400: #5865F3;
--snow-500: #2839F0;
--snow-600: #0F1FD2;
--snow-700: #0C19A7;
--snow-800: #081277;
--snow-900: #050B4C;
--snow-950: #030730;
}