Snow
#F1F3FD
BlueColor Codes
All color formats for development
HEX
#F1F3FDRGB
rgb(241, 243, 253)HSL
hsl(230, 75%, 97%)OKLCH
oklch(0.966 0.014 277.1)CMYK
cmyk(5%, 4%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C6CEF7
2#9BA9F1
3#7084EB
4#445FE4
5#1F3ED8
6#1931AD
7#132582
8#0C1957
9#060C2B
Tints
Lighter variations
1#F3F5FD
2#F4F6FD
3#F6F7FE
4#F7F8FE
5#F8F9FE
6#FAFAFE
7#FBFCFE
8#FCFDFF
9#FEFEFF
Tones
Muted variations
1#F2F4FD
2#F3F4FC
3#F3F5FB
4#F4F5FB
5#F4F5FA
6#F5F6FA
7#F6F6F9
8#F6F7F8
9#F7F7F8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F4 #F2F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E4 #E0E4FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5CD #C5CDF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98A7 #98A7F0 | BordersInactive statesPlaceholder text |
| 400 | 6379 #6379E9 | Disabled statesSecondary iconsMuted text |
| 500 | 3653 #3653E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1C38 #1C38C4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 162D #162D9C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1020 #102070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A14 #0A1447 | Primary textHigh emphasis contentDark headings |
| 950 | 060D #060D2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--snow-50: #F2F4FD;
--snow-100: #E0E4FB;
--snow-200: #C5CDF7;
--snow-300: #98A7F0;
--snow-400: #6379E9;
--snow-500: #3653E2;
--snow-600: #1C38C4;
--snow-700: #162D9C;
--snow-800: #102070;
--snow-900: #0A1447;
--snow-950: #060D2D;
}