Snow

#F7F8F8

White

Color Codes

All color formats for development

HEX
#F7F8F8
RGB
rgb(247, 248, 248)
HSL
hsl(180, 7%, 97%)
OKLCH
oklch(0.978 0.001 197.1)
CMYK
cmyk(0%, 0%, 0%, 3%)

Accessibility

WCAG contrast compliance

On White Background

1.06:1

AA AAA

On Black Background

19.74:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F7F8
100
#ECEE
200
#DCE0
300
#C0C8
400
#A0AC
500
#8494
600
#6878
700
#535F
800
#3B44
900
#262C
950
#181B

Shades

Darker variations

1#DCE1E1
2#C2CACA
3#A7B3B3
4#8D9C9C
5#738484
6#5C6A6A
7#454F4F
8#2E3535
9#171A1A

Tints

Lighter variations

1#F8F9F9
2#F8F9F9
3#F9FAFA
4#FAFBFB
5#FBFBFB
6#FCFCFC
7#FDFDFD
8#FDFEFE
9#FEFEFE

Tones

Muted variations

1#F7F8F8
2#F7F8F8
3#F7F8F8
4#F7F8F8
5#F7F8F8
6#F7F8F8
7#F7F8F8
8#F7F7F7
9#F7F7F7

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F7F8
#F7F8F8
BackgroundsSubtle highlightsCard backgrounds
100
ECEE
#ECEEEE
Light backgroundsTable row hoverSkeleton loading
200
DCE0
#DCE0E0
Secondary backgroundsInput backgroundsDividers
300
C0C8
#C0C8C8
BordersInactive statesPlaceholder text
400
A0AC
#A0ACAC
Disabled statesSecondary iconsMuted text
500
8494
#849494
Primary brand colorCTAsActive elementsLinks
600
6878
#687878
Hover statesFocus ringsPrimary buttons hover
700
535F
#535F5F
Active/pressed statesDark mode accentsSecondary text
800
3B44
#3B4444
Text on light backgroundsHeadingsStrong borders
900
262C
#262C2C
Primary textHigh emphasis contentDark headings
950
181B
#181B1B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --snow-50: #F7F8F8;
  --snow-100: #ECEEEE;
  --snow-200: #DCE0E0;
  --snow-300: #C0C8C8;
  --snow-400: #A0ACAC;
  --snow-500: #849494;
  --snow-600: #687878;
  --snow-700: #535F5F;
  --snow-800: #3B4444;
  --snow-900: #262C2C;
  --snow-950: #181B1B;
}
Generate More ShadesCreate PaletteConvert Color