Snow

#F1F6FD

Blue

Color Codes

All color formats for development

HEX
#F1F6FD
RGB
rgb(241, 246, 253)
HSL
hsl(215, 75%, 97%)
OKLCH
oklch(0.971 0.011 256.7)
CMYK
cmyk(5%, 3%, 0%, 1%)

Accessibility

WCAG contrast compliance

On White Background

1.09:1

AA AAA

On Black Background

19.34:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F6
100
#E0EB
200
#C5DA
300
#98BD
400
#639B
500
#367E
600
#1C62
700
#164E
800
#1038
900
#0A24
950
#0616

Shades

Darker variations

1#C6DBF7
2#9BBFF1
3#70A3EB
4#4487E4
5#1F6CD8
6#1957AD
7#134182
8#0C2B57
9#06162B

Tints

Lighter variations

1#F3F7FD
2#F4F8FD
3#F6F9FE
4#F7FAFE
5#F8FBFE
6#FAFCFE
7#FBFCFE
8#FCFDFF
9#FEFEFF

Tones

Muted variations

1#F2F6FD
2#F3F7FC
3#F3F7FB
4#F4F7FB
5#F4F7FA
6#F5F7FA
7#F6F7F9
8#F6F7F8
9#F7F7F8

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F6
#F2F6FD
BackgroundsSubtle highlightsCard backgrounds
100
E0EB
#E0EBFB
Light backgroundsTable row hoverSkeleton loading
200
C5DA
#C5DAF7
Secondary backgroundsInput backgroundsDividers
300
98BD
#98BDF0
BordersInactive statesPlaceholder text
400
639B
#639BE9
Disabled statesSecondary iconsMuted text
500
367E
#367EE2
Primary brand colorCTAsActive elementsLinks
600
1C62
#1C62C4
Hover statesFocus ringsPrimary buttons hover
700
164E
#164E9C
Active/pressed statesDark mode accentsSecondary text
800
1038
#103870
Text on light backgroundsHeadingsStrong borders
900
0A24
#0A2447
Primary textHigh emphasis contentDark headings
950
0616
#06162D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --snow-50: #F2F6FD;
  --snow-100: #E0EBFB;
  --snow-200: #C5DAF7;
  --snow-300: #98BDF0;
  --snow-400: #639BE9;
  --snow-500: #367EE2;
  --snow-600: #1C62C4;
  --snow-700: #164E9C;
  --snow-800: #103870;
  --snow-900: #0A2447;
  --snow-950: #06162D;
}
Generate More ShadesCreate PaletteConvert Color