Snow

#F1F6FE

Blue

Color Codes

All color formats for development

HEX
#F1F6FE
RGB
rgb(241, 246, 254)
HSL
hsl(217, 87%, 97%)
OKLCH
oklch(0.972 0.012 259.8)
CMYK
cmyk(5%, 3%, 0%, 0%)

Accessibility

WCAG contrast compliance

On White Background

1.09:1

AA AAA

On Black Background

19.35:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F6
100
#DEEA
200
#C1D7
300
#91B8
400
#5894
500
#2875
600
#0F59
700
#0C47
800
#0833
900
#0521
950
#0314

Shades

Darker variations

1#C2D8FB
2#94BAF8
3#669DF4
4#387FF1
5#1063E7
6#0D4FB9
7#0A3B8B
8#06275D
9#03142E

Tints

Lighter variations

1#F2F7FE
2#F4F8FE
3#F5F9FE
4#F6F9FE
5#F8FAFF
6#F9FBFF
7#FBFCFF
8#FCFDFF
9#FEFEFF

Tones

Muted variations

1#F1F6FD
2#F2F6FD
3#F3F6FC
4#F3F6FB
5#F4F7FB
6#F5F7FA
7#F5F7F9
8#F6F7F9
9#F7F7F8

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F6
#F1F6FE
BackgroundsSubtle highlightsCard backgrounds
100
DEEA
#DEEAFD
Light backgroundsTable row hoverSkeleton loading
200
C1D7
#C1D7FB
Secondary backgroundsInput backgroundsDividers
300
91B8
#91B8F7
BordersInactive statesPlaceholder text
400
5894
#5894F3
Disabled statesSecondary iconsMuted text
500
2875
#2875F0
Primary brand colorCTAsActive elementsLinks
600
0F59
#0F59D2
Hover statesFocus ringsPrimary buttons hover
700
0C47
#0C47A7
Active/pressed statesDark mode accentsSecondary text
800
0833
#083377
Text on light backgroundsHeadingsStrong borders
900
0521
#05214C
Primary textHigh emphasis contentDark headings
950
0314
#031430
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --snow-50: #F1F6FE;
  --snow-100: #DEEAFD;
  --snow-200: #C1D7FB;
  --snow-300: #91B8F7;
  --snow-400: #5894F3;
  --snow-500: #2875F0;
  --snow-600: #0F59D2;
  --snow-700: #0C47A7;
  --snow-800: #083377;
  --snow-900: #05214C;
  --snow-950: #031430;
}
Generate More ShadesCreate PaletteConvert Color