Snow

#F4F7FA

Blue

Color Codes

All color formats for development

HEX
#F4F7FA
RGB
rgb(244, 247, 250)
HSL
hsl(210, 37%, 97%)
OKLCH
oklch(0.975 0.005 247.9)
CMYK
cmyk(2%, 1%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.08:1

AA AAA

On Black Background

19.53:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F7
100
#E7ED
200
#D2DE
300
#AFC4
400
#85A6
500
#628C
600
#4770
700
#3859
800
#2840
900
#1A29
950
#101A

Shades

Darker variations

1#D3DFEB
2#B1C6DB
3#8FADCB
4#6D94BC
5#4E7CA9
6#3E6388
7#2F4A66
8#1F3144
9#101922

Tints

Lighter variations

1#F6F8FB
2#F7F9FB
3#F8FAFC
4#F9FAFC
5#FAFBFD
6#FBFCFD
7#FCFDFE
8#FDFDFE
9#FEFEFF

Tones

Muted variations

1#F5F7FA
2#F5F7FA
3#F5F7F9
4#F6F7F9
5#F6F7F9
6#F6F7F8
7#F7F7F8
8#F7F7F8
9#F7F7F8

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F7
#F5F7FA
BackgroundsSubtle highlightsCard backgrounds
100
E7ED
#E7EDF4
Light backgroundsTable row hoverSkeleton loading
200
D2DE
#D2DEEA
Secondary backgroundsInput backgroundsDividers
300
AFC4
#AFC4DA
BordersInactive statesPlaceholder text
400
85A6
#85A6C7
Disabled statesSecondary iconsMuted text
500
628C
#628CB7
Primary brand colorCTAsActive elementsLinks
600
4770
#47709A
Hover statesFocus ringsPrimary buttons hover
700
3859
#38597A
Active/pressed statesDark mode accentsSecondary text
800
2840
#284057
Text on light backgroundsHeadingsStrong borders
900
1A29
#1A2938
Primary textHigh emphasis contentDark headings
950
101A
#101A23
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --snow-50: #F5F7FA;
  --snow-100: #E7EDF4;
  --snow-200: #D2DEEA;
  --snow-300: #AFC4DA;
  --snow-400: #85A6C7;
  --snow-500: #628CB7;
  --snow-600: #47709A;
  --snow-700: #38597A;
  --snow-800: #284057;
  --snow-900: #1A2938;
  --snow-950: #101A23;
}
Generate More ShadesCreate PaletteConvert Color