Snow
#F8F7F7
WhiteColor Codes
All color formats for development
HEX
#F8F7F7RGB
rgb(248, 247, 247)HSL
hsl(0, 7%, 97%)OKLCH
oklch(0.977 0.001 17.2)CMYK
cmyk(0%, 0%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E1DCDC
2#CAC2C2
3#B3A7A7
4#9C8D8D
5#847373
6#6A5C5C
7#4F4545
8#352E2E
9#1A1717
Tints
Lighter variations
1#F9F8F8
2#F9F8F8
3#FAF9F9
4#FBFAFA
5#FBFBFB
6#FCFCFC
7#FDFDFD
8#FEFDFD
9#FEFEFE
Tones
Muted variations
1#F8F7F7
2#F8F7F7
3#F8F7F7
4#F8F7F7
5#F8F7F7
6#F8F7F7
7#F8F7F7
8#F7F7F7
9#F7F7F7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F7 #F8F7F7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EEEC #EEECEC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E0DC #E0DCDC | Secondary backgroundsInput backgroundsDividers |
| 300 | C8C0 #C8C0C0 | BordersInactive statesPlaceholder text |
| 400 | ACA0 #ACA0A0 | Disabled statesSecondary iconsMuted text |
| 500 | 9484 #948484 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7868 #786868 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5F53 #5F5353 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 443B #443B3B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2C26 #2C2626 | Primary textHigh emphasis contentDark headings |
| 950 | 1B18 #1B1818 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--snow-50: #F8F7F7;
--snow-100: #EEECEC;
--snow-200: #E0DCDC;
--snow-300: #C8C0C0;
--snow-400: #ACA0A0;
--snow-500: #948484;
--snow-600: #786868;
--snow-700: #5F5353;
--snow-800: #443B3B;
--snow-900: #2C2626;
--snow-950: #1B1818;
}