Snow

#F1F4FD

Blue

Color Codes

All color formats for development

HEX
#F1F4FD
RGB
rgb(241, 244, 253)
HSL
hsl(225, 75%, 97%)
OKLCH
oklch(0.967 0.012 271.3)
CMYK
cmyk(5%, 4%, 0%, 1%)

Accessibility

WCAG contrast compliance

On White Background

1.10:1

AA AAA

On Black Background

19.10:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F4
100
#E0E6
200
#C5D1
300
#98AE
400
#6384
500
#3661
600
#1C46
700
#1638
800
#1028
900
#0A19
950
#0610

Shades

Darker variations

1#C6D2F7
2#9BB0F1
3#708EEB
4#446CE4
5#1F4DD8
6#193EAD
7#132E82
8#0C1F57
9#060F2B

Tints

Lighter variations

1#F3F6FD
2#F4F7FD
3#F6F8FE
4#F7F9FE
5#F8FAFE
6#FAFBFE
7#FBFCFE
8#FCFDFF
9#FEFEFF

Tones

Muted variations

1#F2F5FD
2#F3F5FC
3#F3F5FB
4#F4F6FB
5#F4F6FA
6#F5F6FA
7#F6F6F9
8#F6F7F8
9#F7F7F8

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F4
#F2F4FD
BackgroundsSubtle highlightsCard backgrounds
100
E0E6
#E0E6FB
Light backgroundsTable row hoverSkeleton loading
200
C5D1
#C5D1F7
Secondary backgroundsInput backgroundsDividers
300
98AE
#98AEF0
BordersInactive statesPlaceholder text
400
6384
#6384E9
Disabled statesSecondary iconsMuted text
500
3661
#3661E2
Primary brand colorCTAsActive elementsLinks
600
1C46
#1C46C4
Hover statesFocus ringsPrimary buttons hover
700
1638
#16389C
Active/pressed statesDark mode accentsSecondary text
800
1028
#102870
Text on light backgroundsHeadingsStrong borders
900
0A19
#0A1947
Primary textHigh emphasis contentDark headings
950
0610
#06102D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --snow-50: #F2F4FD;
  --snow-100: #E0E6FB;
  --snow-200: #C5D1F7;
  --snow-300: #98AEF0;
  --snow-400: #6384E9;
  --snow-500: #3661E2;
  --snow-600: #1C46C4;
  --snow-700: #16389C;
  --snow-800: #102870;
  --snow-900: #0A1947;
  --snow-950: #06102D;
}
Generate More ShadesCreate PaletteConvert Color