Snow

#F3F3FC

Blue

Color Codes

All color formats for development

HEX
#F3F3FC
RGB
rgb(243, 243, 252)
HSL
hsl(240, 60%, 97%)
OKLCH
oklch(0.967 0.012 286.2)
CMYK
cmyk(4%, 4%, 0%, 1%)

Accessibility

WCAG contrast compliance

On White Background

1.10:1

AA AAA

On Black Background

19.04:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F3
100
#E2E2
200
#CACA
300
#A1A1
400
#7070
500
#4747
600
#2D2D
700
#2424
800
#1A1A
900
#1010
950
#0A0A

Shades

Darker variations

1#CBCBF2
2#A4A4E8
3#7C7CDE
4#5454D4
5#3131C6
6#28289E
7#1E1E77
8#14144F
9#0A0A28

Tints

Lighter variations

1#F4F4FC
2#F5F5FD
3#F6F6FD
4#F8F8FD
5#F9F9FD
6#FAFAFE
7#FBFBFE
8#FDFDFE
9#FEFEFF

Tones

Muted variations

1#F3F3FB
2#F4F4FB
3#F4F4FB
4#F5F5FA
5#F5F5FA
6#F6F6F9
7#F6F6F9
8#F6F6F8
9#F7F7F8

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F3
#F3F3FC
BackgroundsSubtle highlightsCard backgrounds
100
E2E2
#E2E2F8
Light backgroundsTable row hoverSkeleton loading
200
CACA
#CACAF2
Secondary backgroundsInput backgroundsDividers
300
A1A1
#A1A1E8
BordersInactive statesPlaceholder text
400
7070
#7070DB
Disabled statesSecondary iconsMuted text
500
4747
#4747D1
Primary brand colorCTAsActive elementsLinks
600
2D2D
#2D2DB4
Hover statesFocus ringsPrimary buttons hover
700
2424
#24248F
Active/pressed statesDark mode accentsSecondary text
800
1A1A
#1A1A66
Text on light backgroundsHeadingsStrong borders
900
1010
#101041
Primary textHigh emphasis contentDark headings
950
0A0A
#0A0A29
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --snow-50: #F3F3FC;
  --snow-100: #E2E2F8;
  --snow-200: #CACAF2;
  --snow-300: #A1A1E8;
  --snow-400: #7070DB;
  --snow-500: #4747D1;
  --snow-600: #2D2DB4;
  --snow-700: #24248F;
  --snow-800: #1A1A66;
  --snow-900: #101041;
  --snow-950: #0A0A29;
}
Generate More ShadesCreate PaletteConvert Color