Snow
#F6F6F8
BlueColor Codes
All color formats for development
HEX
#F6F6F8RGB
rgb(246, 246, 248)HSL
hsl(240, 12%, 97%)OKLCH
oklch(0.974 0.003 286.4)CMYK
cmyk(1%, 1%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DBDBE3
2#BFBFCD
3#A3A3B7
4#8888A1
5#6D6D8B
6#57576F
7#414153
8#2C2C37
9#16161C
Tints
Lighter variations
1#F7F7F9
2#F8F8FA
3#F9F9FA
4#FAFAFB
5#FBFBFC
6#FCFCFC
7#FCFCFD
8#FDFDFE
9#FEFEFE
Tones
Muted variations
1#F7F7F8
2#F7F7F8
3#F7F7F8
4#F7F7F8
5#F7F7F8
6#F7F7F8
7#F7F7F8
8#F7F7F8
9#F7F7F7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEB #EBEBEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DADA #DADAE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BDBD #BDBDCB | BordersInactive statesPlaceholder text |
| 400 | 9B9B #9B9BB0 | Disabled statesSecondary iconsMuted text |
| 500 | 7E7E #7E7E9A | Primary brand colorCTAsActive elementsLinks |
| 600 | 6363 #63637E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F4F #4F4F64 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3838 #383847 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2424 #24242E | Primary textHigh emphasis contentDark headings |
| 950 | 1616 #16161D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--snow-50: #F6F6F8;
--snow-100: #EBEBEF;
--snow-200: #DADAE2;
--snow-300: #BDBDCB;
--snow-400: #9B9BB0;
--snow-500: #7E7E9A;
--snow-600: #63637E;
--snow-700: #4F4F64;
--snow-800: #383847;
--snow-900: #24242E;
--snow-950: #16161D;
}