Snow

#F5F8F9

Blue

Color Codes

All color formats for development

HEX
#F5F8F9
RGB
rgb(245, 248, 249)
HSL
hsl(195, 25%, 97%)
OKLCH
oklch(0.977 0.003 219.5)
CMYK
cmyk(2%, 0%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.07:1

AA AAA

On Black Background

19.68:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F8
100
#E9EF
200
#D6E2
300
#B6CC
400
#8FB1
500
#709B
600
#547E
700
#4364
800
#3048
900
#1F2E
950
#131D

Shades

Darker variations

1#D7E3E7
2#B8CDD4
3#99B7C2
4#7AA2AF
5#5D8B9B
6#4A6F7C
7#38535D
8#25383E
9#131C1F

Tints

Lighter variations

1#F6F9FA
2#F7FAFA
3#F8FAFB
4#F9FBFC
5#FAFCFC
6#FBFCFD
7#FCFDFD
8#FDFEFE
9#FEFEFE

Tones

Muted variations

1#F6F8F9
2#F6F8F9
3#F6F8F9
4#F6F8F8
5#F6F8F8
6#F7F8F8
7#F7F8F8
8#F7F8F8
9#F7F7F8

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F8
#F5F8F9
BackgroundsSubtle highlightsCard backgrounds
100
E9EF
#E9EFF2
Light backgroundsTable row hoverSkeleton loading
200
D6E2
#D6E2E6
Secondary backgroundsInput backgroundsDividers
300
B6CC
#B6CCD3
BordersInactive statesPlaceholder text
400
8FB1
#8FB1BC
Disabled statesSecondary iconsMuted text
500
709B
#709BA9
Primary brand colorCTAsActive elementsLinks
600
547E
#547E8C
Hover statesFocus ringsPrimary buttons hover
700
4364
#436470
Active/pressed statesDark mode accentsSecondary text
800
3048
#304850
Text on light backgroundsHeadingsStrong borders
900
1F2E
#1F2E33
Primary textHigh emphasis contentDark headings
950
131D
#131D20
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --snow-50: #F5F8F9;
  --snow-100: #E9EFF2;
  --snow-200: #D6E2E6;
  --snow-300: #B6CCD3;
  --snow-400: #8FB1BC;
  --snow-500: #709BA9;
  --snow-600: #547E8C;
  --snow-700: #436470;
  --snow-800: #304850;
  --snow-900: #1F2E33;
  --snow-950: #131D20;
}
Generate More ShadesCreate PaletteConvert Color