Snow
#F5F5F9
BlueColor Codes
All color formats for development
HEX
#F5F5F9RGB
rgb(245, 245, 249)HSL
hsl(240, 25%, 97%)OKLCH
oklch(0.971 0.005 286.3)CMYK
cmyk(2%, 2%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D7D7E7
2#B8B8D4
3#9999C2
4#7A7AAF
5#5D5D9B
6#4A4A7C
7#38385D
8#25253E
9#13131F
Tints
Lighter variations
1#F6F6FA
2#F7F7FA
3#F8F8FB
4#F9F9FC
5#FAFAFC
6#FBFBFD
7#FCFCFD
8#FDFDFE
9#FEFEFE
Tones
Muted variations
1#F6F6F9
2#F6F6F9
3#F6F6F9
4#F6F6F8
5#F6F6F8
6#F7F7F8
7#F7F7F8
8#F7F7F8
9#F7F7F8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F5 #F5F5F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9E9 #E9E9F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6D6 #D6D6E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6B6 #B6B6D3 | BordersInactive statesPlaceholder text |
| 400 | 8F8F #8F8FBC | Disabled statesSecondary iconsMuted text |
| 500 | 7070 #7070A9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5454 #54548C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4343 #434370 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3030 #303050 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F1F #1F1F33 | Primary textHigh emphasis contentDark headings |
| 950 | 1313 #131320 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--snow-50: #F5F5F9;
--snow-100: #E9E9F2;
--snow-200: #D6D6E6;
--snow-300: #B6B6D3;
--snow-400: #8F8FBC;
--snow-500: #7070A9;
--snow-600: #54548C;
--snow-700: #434370;
--snow-800: #303050;
--snow-900: #1F1F33;
--snow-950: #131320;
}