Snow

#F0F6FE

Blue

Color Codes

All color formats for development

HEX
#F0F6FE
RGB
rgb(240, 246, 254)
HSL
hsl(214, 88%, 97%)
OKLCH
oklch(0.971 0.012 255.5)
CMYK
cmyk(6%, 3%, 0%, 0%)

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
#F1F6
100
#DDEB
200
#C1DA
300
#91BD
400
#579B
500
#277F
600
#0D63
700
#0B4F
800
#0838
900
#0524
950
#0317

Shades

Darker variations

1#C2DBFB
2#94BFF8
3#65A4F5
4#3788F2
5#0F6DE9
6#0C57BA
7#09418C
8#062C5D
9#03162F

Tints

Lighter variations

1#F2F7FE
2#F3F8FE
3#F5F9FE
4#F6FAFE
5#F8FBFF
6#F9FCFF
7#FBFCFF
8#FCFDFF
9#FEFEFF

Tones

Muted variations

1#F1F7FD
2#F2F7FD
3#F3F7FC
4#F3F7FB
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
DDEB
#DDEBFD
Light backgroundsTable row hoverSkeleton loading
200
C1DA
#C1DAFB
Secondary backgroundsInput backgroundsDividers
300
91BD
#91BDF8
BordersInactive statesPlaceholder text
400
579B
#579BF4
Disabled statesSecondary iconsMuted text
500
277F
#277FF1
Primary brand colorCTAsActive elementsLinks
600
0D63
#0D63D3
Hover statesFocus ringsPrimary buttons hover
700
0B4F
#0B4FA8
Active/pressed statesDark mode accentsSecondary text
800
0838
#083878
Text on light backgroundsHeadingsStrong borders
900
0524
#05244D
Primary textHigh emphasis contentDark headings
950
0317
#031730
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --snow-50: #F1F6FE;
  --snow-100: #DDEBFD;
  --snow-200: #C1DAFB;
  --snow-300: #91BDF8;
  --snow-400: #579BF4;
  --snow-500: #277FF1;
  --snow-600: #0D63D3;
  --snow-700: #0B4FA8;
  --snow-800: #083878;
  --snow-900: #05244D;
  --snow-950: #031730;
}
Generate More ShadesCreate PaletteConvert Color