Snow
#FDF1F5
PinkColor Codes
All color formats for development
HEX
#FDF1F5RGB
rgb(253, 241, 245)HSL
hsl(340, 75%, 97%)OKLCH
oklch(0.969 0.014 355)CMYK
cmyk(0%, 5%, 3%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F7C6D7
2#F19BB8
3#EB7099
4#E4447A
5#D81F5D
6#AD194A
7#821338
8#570C25
9#2B0613
Tints
Lighter variations
1#FDF3F6
2#FDF4F7
3#FEF6F8
4#FEF7F9
5#FEF8FA
6#FEFAFB
7#FEFBFC
8#FFFCFD
9#FFFEFE
Tones
Muted variations
1#FDF2F6
2#FCF3F6
3#FBF3F6
4#FBF4F6
5#FAF4F6
6#FAF5F7
7#F9F6F7
8#F8F6F7
9#F8F7F7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5D6 | Secondary backgroundsInput backgroundsDividers |
| 300 | F098 #F098B6 | BordersInactive statesPlaceholder text |
| 400 | E963 #E9638F | Disabled statesSecondary iconsMuted text |
| 500 | E236 #E23670 | Primary brand colorCTAsActive elementsLinks |
| 600 | C41C #C41C54 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9C16 #9C1643 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7010 #701030 | Text on light backgroundsHeadingsStrong borders |
| 900 | 470A #470A1F | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0613 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--snow-50: #FDF2F5;
--snow-100: #FBE0E9;
--snow-200: #F7C5D6;
--snow-300: #F098B6;
--snow-400: #E9638F;
--snow-500: #E23670;
--snow-600: #C41C54;
--snow-700: #9C1643;
--snow-800: #701030;
--snow-900: #470A1F;
--snow-950: #2D0613;
}