Snow
#FDF1F7
PinkColor Codes
All color formats for development
HEX
#FDF1F7RGB
rgb(253, 241, 247)HSL
hsl(330, 75%, 97%)OKLCH
oklch(0.969 0.015 345.5)CMYK
cmyk(0%, 5%, 2%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F7C6DF
2#F19BC6
3#EB70AD
4#E44494
5#D81F7C
6#AD1963
7#82134A
8#570C31
9#2B0619
Tints
Lighter variations
1#FDF3F8
2#FDF4F9
3#FEF6FA
4#FEF7FA
5#FEF8FB
6#FEFAFC
7#FEFBFD
8#FFFCFD
9#FFFEFE
Tones
Muted variations
1#FDF2F7
2#FCF3F7
3#FBF3F7
4#FBF4F7
5#FAF4F7
6#FAF5F7
7#F9F6F7
8#F8F6F7
9#F8F7F7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0ED | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5DE | Secondary backgroundsInput backgroundsDividers |
| 300 | F098 #F098C4 | BordersInactive statesPlaceholder text |
| 400 | E963 #E963A6 | Disabled statesSecondary iconsMuted text |
| 500 | E236 #E2368C | Primary brand colorCTAsActive elementsLinks |
| 600 | C41C #C41C70 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9C16 #9C1659 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7010 #701040 | Text on light backgroundsHeadingsStrong borders |
| 900 | 470A #470A29 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D061A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--snow-50: #FDF2F7;
--snow-100: #FBE0ED;
--snow-200: #F7C5DE;
--snow-300: #F098C4;
--snow-400: #E963A6;
--snow-500: #E2368C;
--snow-600: #C41C70;
--snow-700: #9C1659;
--snow-800: #701040;
--snow-900: #470A29;
--snow-950: #2D061A;
}