Snow
#FDF1FC
PinkColor Codes
All color formats for development
HEX
#FDF1FCRGB
rgb(253, 241, 252)HSL
hsl(305, 75%, 97%)OKLCH
oklch(0.971 0.019 328.3)CMYK
cmyk(0%, 5%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F7C6F3
2#F19BEA
3#EB70E0
4#E444D7
5#D81FC9
6#AD19A1
7#821379
8#570C50
9#2B0628
Tints
Lighter variations
1#FDF3FC
2#FDF4FD
3#FEF6FD
4#FEF7FD
5#FEF8FE
6#FEFAFE
7#FEFBFE
8#FFFCFE
9#FFFEFF
Tones
Muted variations
1#FDF2FC
2#FCF3FB
3#FBF3FB
4#FBF4FA
5#FAF4FA
6#FAF5F9
7#F9F6F9
8#F8F6F8
9#F8F7F8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F098 #F098E9 | BordersInactive statesPlaceholder text |
| 400 | E963 #E963DE | Disabled statesSecondary iconsMuted text |
| 500 | E236 #E236D4 | Primary brand colorCTAsActive elementsLinks |
| 600 | C41C #C41CB6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9C16 #9C1691 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7010 #701068 | Text on light backgroundsHeadingsStrong borders |
| 900 | 470A #470A42 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0629 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--snow-50: #FDF2FC;
--snow-100: #FBE0F8;
--snow-200: #F7C5F3;
--snow-300: #F098E9;
--snow-400: #E963DE;
--snow-500: #E236D4;
--snow-600: #C41CB6;
--snow-700: #9C1691;
--snow-800: #701068;
--snow-900: #470A42;
--snow-950: #2D0629;
}