Snow

#F5F5FA

Blue

Color Codes

All color formats for development

HEX
#F5F5FA
RGB
rgb(245, 245, 250)
HSL
hsl(240, 33%, 97%)
OKLCH
oklch(0.972 0.007 286.3)
CMYK
cmyk(2%, 2%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.09:1

AA AAA

On Black Background

19.32:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F5F5
100
#E7E7
200
#D3D3
300
#B1B1
400
#8888
500
#6666
600
#4B4B
700
#3C3C
800
#2B2B
900
#1B1B
950
#1111

Shades

Darker variations

1#D4D4E9
2#B3B3D9
3#9292C8
4#7171B8
5#5353A4
6#424284
7#323263
8#212142
9#111121

Tints

Lighter variations

1#F6F6FA
2#F7F7FB
3#F8F8FB
4#F9F9FC
5#FAFAFC
6#FBFBFD
7#FCFCFD
8#FDFDFE
9#FEFEFE

Tones

Muted variations

1#F5F5FA
2#F5F5F9
3#F6F6F9
4#F6F6F9
5#F6F6F9
6#F6F6F8
7#F7F7F8
8#F7F7F8
9#F7F7F8

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F5F5
#F5F5FA
BackgroundsSubtle highlightsCard backgrounds
100
E7E7
#E7E7F3
Light backgroundsTable row hoverSkeleton loading
200
D3D3
#D3D3E9
Secondary backgroundsInput backgroundsDividers
300
B1B1
#B1B1D8
BordersInactive statesPlaceholder text
400
8888
#8888C3
Disabled statesSecondary iconsMuted text
500
6666
#6666B2
Primary brand colorCTAsActive elementsLinks
600
4B4B
#4B4B95
Hover statesFocus ringsPrimary buttons hover
700
3C3C
#3C3C77
Active/pressed statesDark mode accentsSecondary text
800
2B2B
#2B2B55
Text on light backgroundsHeadingsStrong borders
900
1B1B
#1B1B36
Primary textHigh emphasis contentDark headings
950
1111
#111122
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --snow-50: #F5F5FA;
  --snow-100: #E7E7F3;
  --snow-200: #D3D3E9;
  --snow-300: #B1B1D8;
  --snow-400: #8888C3;
  --snow-500: #6666B2;
  --snow-600: #4B4B95;
  --snow-700: #3C3C77;
  --snow-800: #2B2B55;
  --snow-900: #1B1B36;
  --snow-950: #111122;
}
Generate More ShadesCreate PaletteConvert Color