Snow
#F6F8F8
CyanColor Codes
All color formats for development
HEX
#F6F8F8RGB
rgb(246, 248, 248)HSL
hsl(180, 12%, 97%)OKLCH
oklch(0.978 0.002 197.1)CMYK
cmyk(1%, 0%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DBE3E3
2#BFCDCD
3#A3B7B7
4#88A1A1
5#6D8B8B
6#576F6F
7#415353
8#2C3737
9#161C1C
Tints
Lighter variations
1#F7F9F9
2#F8FAFA
3#F9FAFA
4#FAFBFB
5#FBFCFC
6#FCFCFC
7#FCFDFD
8#FDFEFE
9#FEFEFE
Tones
Muted variations
1#F7F8F8
2#F7F8F8
3#F7F8F8
4#F7F8F8
5#F7F8F8
6#F7F8F8
7#F7F8F8
8#F7F8F8
9#F7F7F7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEF #EBEFEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DAE2 #DAE2E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BDCB #BDCBCB | BordersInactive statesPlaceholder text |
| 400 | 9BB0 #9BB0B0 | Disabled statesSecondary iconsMuted text |
| 500 | 7E9A #7E9A9A | Primary brand colorCTAsActive elementsLinks |
| 600 | 637E #637E7E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F64 #4F6464 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3847 #384747 | Text on light backgroundsHeadingsStrong borders |
| 900 | 242E #242E2E | Primary textHigh emphasis contentDark headings |
| 950 | 161D #161D1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--snow-50: #F6F8F8;
--snow-100: #EBEFEF;
--snow-200: #DAE2E2;
--snow-300: #BDCBCB;
--snow-400: #9BB0B0;
--snow-500: #7E9A9A;
--snow-600: #637E7E;
--snow-700: #4F6464;
--snow-800: #384747;
--snow-900: #242E2E;
--snow-950: #161D1D;
}