Snow

#F3F6FB

Blue

Color Codes

All color formats for development

HEX
#F3F6FB
RGB
rgb(243, 246, 251)
HSL
hsl(217, 50%, 97%)
OKLCH
oklch(0.972 0.007 260.7)
CMYK
cmyk(3%, 2%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.08:1

AA AAA

On Black Background

19.39:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F4F6
100
#E4EB
200
#CDDA
300
#A7BE
400
#799B
500
#537F
600
#3863
700
#2D4F
800
#2038
900
#1424
950
#0D17

Shades

Darker variations

1#CEDBEF
2#A9BFE2
3#84A4D6
4#5F88CA
5#3E6DBA
6#315794
7#25426F
8#192C4A
9#0C1625

Tints

Lighter variations

1#F5F7FC
2#F6F8FC
3#F7F9FC
4#F8FAFD
5#F9FBFD
6#FAFCFD
7#FCFCFE
8#FDFDFE
9#FEFEFF

Tones

Muted variations

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

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F4F6
#F4F6FB
BackgroundsSubtle highlightsCard backgrounds
100
E4EB
#E4EBF6
Light backgroundsTable row hoverSkeleton loading
200
CDDA
#CDDAEE
Secondary backgroundsInput backgroundsDividers
300
A7BE
#A7BEE2
BordersInactive statesPlaceholder text
400
799B
#799BD2
Disabled statesSecondary iconsMuted text
500
537F
#537FC6
Primary brand colorCTAsActive elementsLinks
600
3863
#3863A8
Hover statesFocus ringsPrimary buttons hover
700
2D4F
#2D4F86
Active/pressed statesDark mode accentsSecondary text
800
2038
#203860
Text on light backgroundsHeadingsStrong borders
900
1424
#14243D
Primary textHigh emphasis contentDark headings
950
0D17
#0D1726
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --snow-50: #F4F6FB;
  --snow-100: #E4EBF6;
  --snow-200: #CDDAEE;
  --snow-300: #A7BEE2;
  --snow-400: #799BD2;
  --snow-500: #537FC6;
  --snow-600: #3863A8;
  --snow-700: #2D4F86;
  --snow-800: #203860;
  --snow-900: #14243D;
  --snow-950: #0D1726;
}
Generate More ShadesCreate PaletteConvert Color