Snow

#F9F0FE

Purple

Color Codes

All color formats for development

HEX
#F9F0FE
RGB
rgb(249, 240, 254)
HSL
hsl(279, 88%, 97%)
OKLCH
oklch(0.966 0.021 313.8)
CMYK
cmyk(2%, 6%, 0%, 0%)

Accessibility

WCAG contrast compliance

On White Background

1.11:1

AA AAA

On Black Background

18.92:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F9F1
100
#F2DD
200
#E7C1
300
#D491
400
#BD57
500
#AB27
600
#8E0D
700
#710B
800
#5108
900
#3405
950
#2003

Shades

Darker variations

1#E7C2FB
2#D594F8
3#C365F5
4#B137F2
5#9C0FE9
6#7D0CBA
7#5E098C
8#3F065D
9#1F032F

Tints

Lighter variations

1#FAF2FE
2#FAF3FE
3#FBF5FE
4#FCF6FE
5#FCF8FF
6#FDF9FF
7#FDFBFF
8#FEFCFF
9#FEFEFF

Tones

Muted variations

1#F9F1FD
2#F9F2FD
3#F9F3FC
4#F9F3FB
5#F8F4FB
6#F8F5FA
7#F8F5F9
8#F8F6F9
9#F8F7F8

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F9F1
#F9F1FE
BackgroundsSubtle highlightsCard backgrounds
100
F2DD
#F2DDFD
Light backgroundsTable row hoverSkeleton loading
200
E7C1
#E7C1FB
Secondary backgroundsInput backgroundsDividers
300
D491
#D491F8
BordersInactive statesPlaceholder text
400
BD57
#BD57F4
Disabled statesSecondary iconsMuted text
500
AB27
#AB27F1
Primary brand colorCTAsActive elementsLinks
600
8E0D
#8E0DD3
Hover statesFocus ringsPrimary buttons hover
700
710B
#710BA8
Active/pressed statesDark mode accentsSecondary text
800
5108
#510878
Text on light backgroundsHeadingsStrong borders
900
3405
#34054D
Primary textHigh emphasis contentDark headings
950
2003
#200330
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --snow-50: #F9F1FE;
  --snow-100: #F2DDFD;
  --snow-200: #E7C1FB;
  --snow-300: #D491F8;
  --snow-400: #BD57F4;
  --snow-500: #AB27F1;
  --snow-600: #8E0DD3;
  --snow-700: #710BA8;
  --snow-800: #510878;
  --snow-900: #34054D;
  --snow-950: #200330;
}
Generate More ShadesCreate PaletteConvert Color