Snow
#F6F6F9
BlueColor Codes
All color formats for development
HEX
#F6F6F9RGB
rgb(246, 246, 249)HSL
hsl(240, 20%, 97%)OKLCH
oklch(0.974 0.004 286.3)CMYK
cmyk(1%, 1%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D8D8E5
2#BABAD1
3#9D9DBE
4#7F7FAA
5#636394
6#4F4F77
7#3B3B59
8#28283B
9#14141E
Tints
Lighter variations
1#F7F7F9
2#F8F8FA
3#F9F9FB
4#F9F9FB
5#FAFAFC
6#FBFBFD
7#FCFCFD
8#FDFDFE
9#FEFEFE
Tones
Muted variations
1#F6F6F9
2#F6F6F9
3#F6F6F8
4#F6F6F8
5#F7F7F8
6#F7F7F8
7#F7F7F8
8#F7F7F8
9#F7F7F8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEA #EAEAF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7D7 #D7D7E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9B9 #B9B9D0 | BordersInactive statesPlaceholder text |
| 400 | 9494 #9494B8 | Disabled statesSecondary iconsMuted text |
| 500 | 7575 #7575A3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A5A #5A5A87 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4747 #47476B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3333 #33334D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2121 #212131 | Primary textHigh emphasis contentDark headings |
| 950 | 1414 #14141F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--snow-50: #F6F6F9;
--snow-100: #EAEAF1;
--snow-200: #D7D7E4;
--snow-300: #B9B9D0;
--snow-400: #9494B8;
--snow-500: #7575A3;
--snow-600: #5A5A87;
--snow-700: #47476B;
--snow-800: #33334D;
--snow-900: #212131;
--snow-950: #14141F;
}