Snow

#F1F4FE

Blue

Color Codes

All color formats for development

HEX
#F1F4FE
RGB
rgb(241, 244, 254)
HSL
hsl(226, 87%, 97%)
OKLCH
oklch(0.968 0.014 272.7)
CMYK
cmyk(5%, 4%, 0%, 0%)

Accessibility

WCAG contrast compliance

On White Background

1.10:1

AA AAA

On Black Background

19.11:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1F4
100
#DEE5
200
#C1CE
300
#91A9
400
#587C
500
#2857
600
#0F3C
700
#0C30
800
#0822
900
#0516
950
#030E

Shades

Darker variations

1#C2D0FB
2#94ABF8
3#6687F4
4#3863F1
5#1042E7
6#0D35B9
7#0A288B
8#061B5D
9#030D2E

Tints

Lighter variations

1#F2F5FE
2#F4F6FE
3#F5F7FE
4#F6F8FE
5#F8F9FF
6#F9FBFF
7#FBFCFF
8#FCFDFF
9#FEFEFF

Tones

Muted variations

1#F1F4FD
2#F2F5FD
3#F3F5FC
4#F3F5FB
5#F4F6FB
6#F5F6FA
7#F5F6F9
8#F6F7F9
9#F7F7F8

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1F4
#F1F4FE
BackgroundsSubtle highlightsCard backgrounds
100
DEE5
#DEE5FD
Light backgroundsTable row hoverSkeleton loading
200
C1CE
#C1CEFB
Secondary backgroundsInput backgroundsDividers
300
91A9
#91A9F7
BordersInactive statesPlaceholder text
400
587C
#587CF3
Disabled statesSecondary iconsMuted text
500
2857
#2857F0
Primary brand colorCTAsActive elementsLinks
600
0F3C
#0F3CD2
Hover statesFocus ringsPrimary buttons hover
700
0C30
#0C30A7
Active/pressed statesDark mode accentsSecondary text
800
0822
#082277
Text on light backgroundsHeadingsStrong borders
900
0516
#05164C
Primary textHigh emphasis contentDark headings
950
030E
#030E30
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --snow-50: #F1F4FE;
  --snow-100: #DEE5FD;
  --snow-200: #C1CEFB;
  --snow-300: #91A9F7;
  --snow-400: #587CF3;
  --snow-500: #2857F0;
  --snow-600: #0F3CD2;
  --snow-700: #0C30A7;
  --snow-800: #082277;
  --snow-900: #05164C;
  --snow-950: #030E30;
}
Generate More ShadesCreate PaletteConvert Color