Snow

#FCF1FE

Pink

Color Codes

All color formats for development

HEX
#FCF1FE
RGB
rgb(252, 241, 254)
HSL
hsl(291, 87%, 97%)
OKLCH
oklch(0.97 0.021 321)
CMYK
cmyk(1%, 5%, 0%, 0%)

Accessibility

WCAG contrast compliance

On White Background

1.10:1

AA AAA

On Black Background

19.15:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#FCF1
100
#F8DE
200
#F2C1
300
#E891
400
#DC58
500
#D228
600
#B50F
700
#900C
800
#6708
900
#4205
950
#2903

Shades

Darker variations

1#F2C2FB
2#E994F8
3#DF66F4
4#D538F1
5#C710E7
6#9F0DB9
7#770A8B
8#50065D
9#28032E

Tints

Lighter variations

1#FCF2FE
2#FDF4FE
3#FDF5FE
4#FDF6FE
5#FEF8FF
6#FEF9FF
7#FEFBFF
8#FEFCFF
9#FFFEFF

Tones

Muted variations

1#FCF1FD
2#FBF2FD
3#FBF3FC
4#FAF3FB
5#FAF4FB
6#F9F5FA
7#F9F5F9
8#F8F6F9
9#F8F7F8

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
FCF1
#FCF1FE
BackgroundsSubtle highlightsCard backgrounds
100
F8DE
#F8DEFD
Light backgroundsTable row hoverSkeleton loading
200
F2C1
#F2C1FB
Secondary backgroundsInput backgroundsDividers
300
E891
#E891F7
BordersInactive statesPlaceholder text
400
DC58
#DC58F3
Disabled statesSecondary iconsMuted text
500
D228
#D228F0
Primary brand colorCTAsActive elementsLinks
600
B50F
#B50FD2
Hover statesFocus ringsPrimary buttons hover
700
900C
#900CA7
Active/pressed statesDark mode accentsSecondary text
800
6708
#670877
Text on light backgroundsHeadingsStrong borders
900
4205
#42054C
Primary textHigh emphasis contentDark headings
950
2903
#290330
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --snow-50: #FCF1FE;
  --snow-100: #F8DEFD;
  --snow-200: #F2C1FB;
  --snow-300: #E891F7;
  --snow-400: #DC58F3;
  --snow-500: #D228F0;
  --snow-600: #B50FD2;
  --snow-700: #900CA7;
  --snow-800: #670877;
  --snow-900: #42054C;
  --snow-950: #290330;
}
Generate More ShadesCreate PaletteConvert Color