Snow

#F2F1FE

Blue

Color Codes

All color formats for development

HEX
#F2F1FE
RGB
rgb(242, 241, 254)
HSL
hsl(245, 87%, 97%)
OKLCH
oklch(0.963 0.017 289.6)
CMYK
cmyk(5%, 5%, 0%, 0%)

Accessibility

WCAG contrast compliance

On White Background

1.12:1

AA AAA

On Black Background

18.79:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F1
100
#E0DE
200
#C6C1
300
#9A91
400
#6558
500
#3928
600
#1F0F
700
#190C
800
#1208
900
#0B05
950
#0703

Shades

Darker variations

1#C7C2FB
2#9C94F8
3#7266F4
4#4738F1
5#2210E7
6#1B0DB9
7#140A8B
8#0E065D
9#07032E

Tints

Lighter variations

1#F3F2FE
2#F4F4FE
3#F6F5FE
4#F7F6FE
5#F8F8FF
6#FAF9FF
7#FBFBFF
8#FCFCFF
9#FEFEFF

Tones

Muted variations

1#F2F1FD
2#F3F2FD
3#F3F3FC
4#F4F3FB
5#F5F4FB
6#F5F5FA
7#F6F5F9
8#F6F6F9
9#F7F7F8

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F1
#F2F1FE
BackgroundsSubtle highlightsCard backgrounds
100
E0DE
#E0DEFD
Light backgroundsTable row hoverSkeleton loading
200
C6C1
#C6C1FB
Secondary backgroundsInput backgroundsDividers
300
9A91
#9A91F7
BordersInactive statesPlaceholder text
400
6558
#6558F3
Disabled statesSecondary iconsMuted text
500
3928
#3928F0
Primary brand colorCTAsActive elementsLinks
600
1F0F
#1F0FD2
Hover statesFocus ringsPrimary buttons hover
700
190C
#190CA7
Active/pressed statesDark mode accentsSecondary text
800
1208
#120877
Text on light backgroundsHeadingsStrong borders
900
0B05
#0B054C
Primary textHigh emphasis contentDark headings
950
0703
#070330
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --snow-50: #F2F1FE;
  --snow-100: #E0DEFD;
  --snow-200: #C6C1FB;
  --snow-300: #9A91F7;
  --snow-400: #6558F3;
  --snow-500: #3928F0;
  --snow-600: #1F0FD2;
  --snow-700: #190CA7;
  --snow-800: #120877;
  --snow-900: #0B054C;
  --snow-950: #070330;
}
Generate More ShadesCreate PaletteConvert Color