Snow

#F2F4FC

Blue

Color Codes

All color formats for development

HEX
#F2F4FC
RGB
rgb(242, 244, 252)
HSL
hsl(228, 63%, 97%)
OKLCH
oklch(0.968 0.011 274.9)
CMYK
cmyk(4%, 3%, 0%, 1%)

Accessibility

WCAG contrast compliance

On White Background

1.10:1

AA AAA

On Black Background

19.12:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F4
100
#E2E6
200
#C9D1
300
#9FAE
400
#6E84
500
#4461
600
#2A46
700
#2138
800
#1828
900
#0F19
950
#0910

Shades

Darker variations

1#CAD2F3
2#A2B0EA
3#7A8EE1
4#516CD8
5#2E4DCA
6#253EA1
7#1B2E79
8#121F51
9#090F28

Tints

Lighter variations

1#F4F6FC
2#F5F7FD
3#F6F8FD
4#F8F9FD
5#F9FAFE
6#FAFBFE
7#FBFCFE
8#FDFDFE
9#FEFEFF

Tones

Muted variations

1#F3F5FC
2#F3F5FB
3#F4F5FB
4#F4F6FA
5#F5F6FA
6#F5F6F9
7#F6F6F9
8#F6F7F8
9#F7F7F8

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F4
#F3F4FC
BackgroundsSubtle highlightsCard backgrounds
100
E2E6
#E2E6F8
Light backgroundsTable row hoverSkeleton loading
200
C9D1
#C9D1F3
Secondary backgroundsInput backgroundsDividers
300
9FAE
#9FAEE9
BordersInactive statesPlaceholder text
400
6E84
#6E84DE
Disabled statesSecondary iconsMuted text
500
4461
#4461D5
Primary brand colorCTAsActive elementsLinks
600
2A46
#2A46B7
Hover statesFocus ringsPrimary buttons hover
700
2138
#213891
Active/pressed statesDark mode accentsSecondary text
800
1828
#182868
Text on light backgroundsHeadingsStrong borders
900
0F19
#0F1943
Primary textHigh emphasis contentDark headings
950
0910
#09102A
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --snow-50: #F3F4FC;
  --snow-100: #E2E6F8;
  --snow-200: #C9D1F3;
  --snow-300: #9FAEE9;
  --snow-400: #6E84DE;
  --snow-500: #4461D5;
  --snow-600: #2A46B7;
  --snow-700: #213891;
  --snow-800: #182868;
  --snow-900: #0F1943;
  --snow-950: #09102A;
}
Generate More ShadesCreate PaletteConvert Color