Snow

#F2F2FD

Blue

Color Codes

All color formats for development

HEX
#F2F2FD
RGB
rgb(242, 242, 253)
HSL
hsl(240, 73%, 97%)
OKLCH
oklch(0.964 0.015 286.1)
CMYK
cmyk(4%, 4%, 0%, 1%)

Accessibility

WCAG contrast compliance

On White Background

1.11:1

AA AAA

On Black Background

18.89:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F2
100
#E0E0
200
#C6C6
300
#9A9A
400
#6565
500
#3838
600
#1E1E
700
#1818
800
#1111
900
#0B0B
950
#0707

Shades

Darker variations

1#C7C7F6
2#9C9CF0
3#7171E9
4#4747E2
5#2121D6
6#1B1BAB
7#141480
8#0D0D56
9#07072B

Tints

Lighter variations

1#F3F3FD
2#F4F4FD
3#F6F6FE
4#F7F7FE
5#F8F8FE
6#FAFAFE
7#FBFBFE
8#FCFCFF
9#FEFEFF

Tones

Muted variations

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

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F2
#F2F2FD
BackgroundsSubtle highlightsCard backgrounds
100
E0E0
#E0E0FA
Light backgroundsTable row hoverSkeleton loading
200
C6C6
#C6C6F6
Secondary backgroundsInput backgroundsDividers
300
9A9A
#9A9AEF
BordersInactive statesPlaceholder text
400
6565
#6565E7
Disabled statesSecondary iconsMuted text
500
3838
#3838E0
Primary brand colorCTAsActive elementsLinks
600
1E1E
#1E1EC2
Hover statesFocus ringsPrimary buttons hover
700
1818
#18189A
Active/pressed statesDark mode accentsSecondary text
800
1111
#11116E
Text on light backgroundsHeadingsStrong borders
900
0B0B
#0B0B47
Primary textHigh emphasis contentDark headings
950
0707
#07072C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --snow-50: #F2F2FD;
  --snow-100: #E0E0FA;
  --snow-200: #C6C6F6;
  --snow-300: #9A9AEF;
  --snow-400: #6565E7;
  --snow-500: #3838E0;
  --snow-600: #1E1EC2;
  --snow-700: #18189A;
  --snow-800: #11116E;
  --snow-900: #0B0B47;
  --snow-950: #07072C;
}
Generate More ShadesCreate PaletteConvert Color