Snow

#F3F0FF

Blue

Color Codes

All color formats for development

HEX
#F3F0FF
RGB
rgb(243, 240, 255)
HSL
hsl(252, 100%, 97%)
OKLCH
oklch(0.962 0.02 295.2)
CMYK
cmyk(5%, 6%, 0%, 0%)

Accessibility

WCAG contrast compliance

On White Background

1.12:1

AA AAA

On Black Background

18.72:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F0
100
#E2DB
200
#CABD
300
#A18A
400
#704D
500
#471A
600
#2D00
700
#2400
800
#1A00
900
#1000
950
#0A00

Shades

Darker variations

1#CBBEFF
2#A48DFF
3#7C5BFF
4#542AFF
5#3100F7
6#2800C6
7#1E0094
8#140063
9#0A0031

Tints

Lighter variations

1#F4F1FF
2#F5F3FF
3#F6F4FF
4#F8F6FF
5#F9F7FF
6#FAF9FF
7#FBFAFF
8#FDFCFF
9#FEFDFF

Tones

Muted variations

1#F3F0FE
2#F4F1FD
3#F4F2FD
4#F5F3FC
5#F5F4FB
6#F6F4FA
7#F6F5FA
8#F6F6F9
9#F7F7F8

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F0
#F3F0FF
BackgroundsSubtle highlightsCard backgrounds
100
E2DB
#E2DBFF
Light backgroundsTable row hoverSkeleton loading
200
CABD
#CABDFF
Secondary backgroundsInput backgroundsDividers
300
A18A
#A18AFF
BordersInactive statesPlaceholder text
400
704D
#704DFF
Disabled statesSecondary iconsMuted text
500
471A
#471AFF
Primary brand colorCTAsActive elementsLinks
600
2D00
#2D00E0
Hover statesFocus ringsPrimary buttons hover
700
2400
#2400B3
Active/pressed statesDark mode accentsSecondary text
800
1A00
#1A0080
Text on light backgroundsHeadingsStrong borders
900
1000
#100052
Primary textHigh emphasis contentDark headings
950
0A00
#0A0033
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --snow-50: #F3F0FF;
  --snow-100: #E2DBFF;
  --snow-200: #CABDFF;
  --snow-300: #A18AFF;
  --snow-400: #704DFF;
  --snow-500: #471AFF;
  --snow-600: #2D00E0;
  --snow-700: #2400B3;
  --snow-800: #1A0080;
  --snow-900: #100052;
  --snow-950: #0A0033;
}
Generate More ShadesCreate PaletteConvert Color