Snow
#FDF1FD
PinkColor Codes
All color formats for development
HEX
#FDF1FDRGB
rgb(253, 241, 253)HSL
hsl(300, 75%, 97%)OKLCH
oklch(0.971 0.02 325.7)CMYK
cmyk(0%, 5%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F7C6F7
2#F19BF1
3#EB70EB
4#E444E4
5#D81FD8
6#AD19AD
7#821382
8#570C57
9#2B062B
Tints
Lighter variations
1#FDF3FD
2#FDF4FD
3#FEF6FE
4#FEF7FE
5#FEF8FE
6#FEFAFE
7#FEFBFE
8#FFFCFF
9#FFFEFF
Tones
Muted variations
1#FDF2FD
2#FCF3FC
3#FBF3FB
4#FBF4FB
5#FAF4FA
6#FAF5FA
7#F9F6F9
8#F8F6F8
9#F8F7F8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | F098 #F098F0 | BordersInactive statesPlaceholder text |
| 400 | E963 #E963E9 | Disabled statesSecondary iconsMuted text |
| 500 | E236 #E236E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | C41C #C41CC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9C16 #9C169C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7010 #701070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 470A #470A47 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--snow-50: #FDF2FD;
--snow-100: #FBE0FB;
--snow-200: #F7C5F7;
--snow-300: #F098F0;
--snow-400: #E963E9;
--snow-500: #E236E2;
--snow-600: #C41CC4;
--snow-700: #9C169C;
--snow-800: #701070;
--snow-900: #470A47;
--snow-950: #2D062D;
}