Snow

#F3F5FC

Blue

Color Codes

All color formats for development

HEX
#F3F5FC
RGB
rgb(243, 245, 252)
HSL
hsl(227, 60%, 97%)
OKLCH
oklch(0.971 0.01 273.4)
CMYK
cmyk(4%, 3%, 0%, 1%)

Accessibility

WCAG contrast compliance

On White Background

1.09:1

AA AAA

On Black Background

19.28:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F5
100
#E2E7
200
#CAD3
300
#A1B0
400
#7087
500
#4765
600
#2D4A
700
#243B
800
#1A2A
900
#101B
950
#0A11

Shades

Darker variations

1#CBD4F2
2#A4B2E8
3#7C91DE
4#5470D4
5#3152C6
6#28419E
7#1E3177
8#14214F
9#0A1028

Tints

Lighter variations

1#F4F6FC
2#F5F7FD
3#F6F8FD
4#F8F9FD
5#F9FAFD
6#FAFBFE
7#FBFCFE
8#FDFDFE
9#FEFEFF

Tones

Muted variations

1#F3F5FB
2#F4F5FB
3#F4F6FB
4#F5F6FA
5#F5F6FA
6#F6F6F9
7#F6F7F9
8#F6F7F8
9#F7F7F8

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F5
#F3F5FC
BackgroundsSubtle highlightsCard backgrounds
100
E2E7
#E2E7F8
Light backgroundsTable row hoverSkeleton loading
200
CAD3
#CAD3F2
Secondary backgroundsInput backgroundsDividers
300
A1B0
#A1B0E8
BordersInactive statesPlaceholder text
400
7087
#7087DB
Disabled statesSecondary iconsMuted text
500
4765
#4765D1
Primary brand colorCTAsActive elementsLinks
600
2D4A
#2D4AB4
Hover statesFocus ringsPrimary buttons hover
700
243B
#243B8F
Active/pressed statesDark mode accentsSecondary text
800
1A2A
#1A2A66
Text on light backgroundsHeadingsStrong borders
900
101B
#101B41
Primary textHigh emphasis contentDark headings
950
0A11
#0A1129
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --snow-50: #F3F5FC;
  --snow-100: #E2E7F8;
  --snow-200: #CAD3F2;
  --snow-300: #A1B0E8;
  --snow-400: #7087DB;
  --snow-500: #4765D1;
  --snow-600: #2D4AB4;
  --snow-700: #243B8F;
  --snow-800: #1A2A66;
  --snow-900: #101B41;
  --snow-950: #0A1129;
}
Generate More ShadesCreate PaletteConvert Color