Snow

#F1F5FE

Blue

Color Codes

All color formats for development

HEX
#F1F5FE
RGB
rgb(241, 245, 254)
HSL
hsl(222, 87%, 97%)
OKLCH
oklch(0.97 0.013 266.7)
CMYK
cmyk(5%, 4%, 0%, 0%)

Accessibility

WCAG contrast compliance

On White Background

1.09:1

AA AAA

On Black Background

19.23:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F5
100
#DEE7
200
#C1D2
300
#91B0
400
#5887
500
#2864
600
#0F49
700
#0C3A
800
#082A
900
#051B
950
#0311

Shades

Darker variations

1#C2D3FB
2#94B2F8
3#6691F4
4#386FF1
5#1051E7
6#0D41B9
7#0A308B
8#06205D
9#03102E

Tints

Lighter variations

1#F2F6FE
2#F4F7FE
3#F5F8FE
4#F6F9FE
5#F8FAFF
6#F9FBFF
7#FBFCFF
8#FCFDFF
9#FEFEFF

Tones

Muted variations

1#F1F5FD
2#F2F5FD
3#F3F5FC
4#F3F6FB
5#F4F6FB
6#F5F6FA
7#F5F7F9
8#F6F7F9
9#F7F7F8

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F5
#F1F5FE
BackgroundsSubtle highlightsCard backgrounds
100
DEE7
#DEE7FD
Light backgroundsTable row hoverSkeleton loading
200
C1D2
#C1D2FB
Secondary backgroundsInput backgroundsDividers
300
91B0
#91B0F7
BordersInactive statesPlaceholder text
400
5887
#5887F3
Disabled statesSecondary iconsMuted text
500
2864
#2864F0
Primary brand colorCTAsActive elementsLinks
600
0F49
#0F49D2
Hover statesFocus ringsPrimary buttons hover
700
0C3A
#0C3AA7
Active/pressed statesDark mode accentsSecondary text
800
082A
#082A77
Text on light backgroundsHeadingsStrong borders
900
051B
#051B4C
Primary textHigh emphasis contentDark headings
950
0311
#031130
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --snow-50: #F1F5FE;
  --snow-100: #DEE7FD;
  --snow-200: #C1D2FB;
  --snow-300: #91B0F7;
  --snow-400: #5887F3;
  --snow-500: #2864F0;
  --snow-600: #0F49D2;
  --snow-700: #0C3AA7;
  --snow-800: #082A77;
  --snow-900: #051B4C;
  --snow-950: #031130;
}
Generate More ShadesCreate PaletteConvert Color