Snow
#FDF1FB
PinkColor Codes
All color formats for development
HEX
#FDF1FBRGB
rgb(253, 241, 251)HSL
hsl(310, 75%, 97%)OKLCH
oklch(0.97 0.018 331.1)CMYK
cmyk(0%, 5%, 1%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F7C6EF
2#F19BE2
3#EB70D6
4#E444CA
5#D81FBA
6#AD1994
7#82136F
8#570C4A
9#2B0625
Tints
Lighter variations
1#FDF3FC
2#FDF4FC
3#FEF6FC
4#FEF7FD
5#FEF8FD
6#FEFAFD
7#FEFBFE
8#FFFCFE
9#FFFEFF
Tones
Muted variations
1#FDF2FB
2#FCF3FA
3#FBF3FA
4#FBF4FA
5#FAF4F9
6#FAF5F9
7#F9F6F8
8#F8F6F8
9#F8F7F8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5EE | Secondary backgroundsInput backgroundsDividers |
| 300 | F098 #F098E2 | BordersInactive statesPlaceholder text |
| 400 | E963 #E963D2 | Disabled statesSecondary iconsMuted text |
| 500 | E236 #E236C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | C41C #C41CA8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9C16 #9C1686 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7010 #701060 | Text on light backgroundsHeadingsStrong borders |
| 900 | 470A #470A3D | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0626 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--snow-50: #FDF2FB;
--snow-100: #FBE0F6;
--snow-200: #F7C5EE;
--snow-300: #F098E2;
--snow-400: #E963D2;
--snow-500: #E236C6;
--snow-600: #C41CA8;
--snow-700: #9C1686;
--snow-800: #701060;
--snow-900: #470A3D;
--snow-950: #2D0626;
}