Snow
#FDF1FA
PinkColor Codes
All color formats for development
HEX
#FDF1FARGB
rgb(253, 241, 250)HSL
hsl(315, 75%, 97%)OKLCH
oklch(0.97 0.017 334.2)CMYK
cmyk(0%, 5%, 1%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F7C6EB
2#F19BDB
3#EB70CC
4#E444BC
5#D81FAA
6#AD1988
7#821366
8#570C44
9#2B0622
Tints
Lighter variations
1#FDF3FB
2#FDF4FB
3#FEF6FC
4#FEF7FC
5#FEF8FD
6#FEFAFD
7#FEFBFE
8#FFFCFE
9#FFFEFF
Tones
Muted variations
1#FDF2FA
2#FCF3FA
3#FBF3F9
4#FBF4F9
5#FAF4F9
6#FAF5F8
7#F9F6F8
8#F8F6F8
9#F8F7F8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5EA | Secondary backgroundsInput backgroundsDividers |
| 300 | F098 #F098DA | BordersInactive statesPlaceholder text |
| 400 | E963 #E963C7 | Disabled statesSecondary iconsMuted text |
| 500 | E236 #E236B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | C41C #C41C9A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9C16 #9C167B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7010 #701058 | Text on light backgroundsHeadingsStrong borders |
| 900 | 470A #470A38 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0623 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--snow-50: #FDF2FA;
--snow-100: #FBE0F4;
--snow-200: #F7C5EA;
--snow-300: #F098DA;
--snow-400: #E963C7;
--snow-500: #E236B7;
--snow-600: #C41C9A;
--snow-700: #9C167B;
--snow-800: #701058;
--snow-900: #470A38;
--snow-950: #2D0623;
}