Snow
#FDF1F8
PinkColor Codes
All color formats for development
HEX
#FDF1F8RGB
rgb(253, 241, 248)HSL
hsl(325, 75%, 97%)OKLCH
oklch(0.969 0.016 341.4)CMYK
cmyk(0%, 5%, 2%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F7C6E3
2#F19BCD
3#EB70B7
4#E444A2
5#D81F8B
6#AD196F
7#821353
8#570C38
9#2B061C
Tints
Lighter variations
1#FDF3F9
2#FDF4FA
3#FEF6FA
4#FEF7FB
5#FEF8FC
6#FEFAFC
7#FEFBFD
8#FFFCFE
9#FFFEFE
Tones
Muted variations
1#FDF2F8
2#FCF3F8
3#FBF3F8
4#FBF4F8
5#FAF4F8
6#FAF5F8
7#F9F6F8
8#F8F6F8
9#F8F7F7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0EF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F098 #F098CC | BordersInactive statesPlaceholder text |
| 400 | E963 #E963B1 | Disabled statesSecondary iconsMuted text |
| 500 | E236 #E2369B | Primary brand colorCTAsActive elementsLinks |
| 600 | C41C #C41C7E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9C16 #9C1664 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7010 #701048 | Text on light backgroundsHeadingsStrong borders |
| 900 | 470A #470A2E | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D061D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--snow-50: #FDF2F8;
--snow-100: #FBE0EF;
--snow-200: #F7C5E2;
--snow-300: #F098CC;
--snow-400: #E963B1;
--snow-500: #E2369B;
--snow-600: #C41C7E;
--snow-700: #9C1664;
--snow-800: #701048;
--snow-900: #470A2E;
--snow-950: #2D061D;
}