Snow
#FDF2F8
PinkColor Codes
All color formats for development
HEX
#FDF2F8RGB
rgb(253, 242, 248)HSL
hsl(327, 73%, 97%)OKLCH
oklch(0.971 0.014 343.2)CMYK
cmyk(0%, 4%, 2%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F6C7E1
2#F09CCA
3#E971B3
4#E2479C
5#D62185
6#AB1B6A
7#801450
8#560D35
9#2B071B
Tints
Lighter variations
1#FDF3F9
2#FDF4F9
3#FEF6FA
4#FEF7FB
5#FEF8FB
6#FEFAFC
7#FEFBFD
8#FFFCFE
9#FFFEFE
Tones
Muted variations
1#FCF2F8
2#FCF3F8
3#FBF3F8
4#FBF4F8
5#FAF5F8
6#FAF5F8
7#F9F6F8
8#F8F6F7
9#F8F7F7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAE0 #FAE0EE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C6 #F6C6E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | EF9A #EF9AC9 | BordersInactive statesPlaceholder text |
| 400 | E765 #E765AC | Disabled statesSecondary iconsMuted text |
| 500 | E038 #E03895 | Primary brand colorCTAsActive elementsLinks |
| 600 | C21E #C21E78 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A18 #9A1860 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E11 #6E1144 | Text on light backgroundsHeadingsStrong borders |
| 900 | 470B #470B2C | Primary textHigh emphasis contentDark headings |
| 950 | 2C07 #2C071B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--snow-50: #FDF2F8;
--snow-100: #FAE0EE;
--snow-200: #F6C6E0;
--snow-300: #EF9AC9;
--snow-400: #E765AC;
--snow-500: #E03895;
--snow-600: #C21E78;
--snow-700: #9A1860;
--snow-800: #6E1144;
--snow-900: #470B2C;
--snow-950: #2C071B;
}