Snow
#FDF2FD
PinkColor Codes
All color formats for development
HEX
#FDF2FDRGB
rgb(253, 242, 253)HSL
hsl(300, 73%, 97%)OKLCH
oklch(0.973 0.019 325.7)CMYK
cmyk(0%, 4%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F6C7F6
2#F09CF0
3#E971E9
4#E247E2
5#D621D6
6#AB1BAB
7#801480
8#560D56
9#2B072B
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#FCF2FC
2#FCF3FC
3#FBF3FB
4#FBF4FB
5#FAF5FA
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 | FAE0 #FAE0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C6 #F6C6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EF9A #EF9AEF | BordersInactive statesPlaceholder text |
| 400 | E765 #E765E7 | Disabled statesSecondary iconsMuted text |
| 500 | E038 #E038E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | C21E #C21EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A18 #9A189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E11 #6E116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 470B #470B47 | Primary textHigh emphasis contentDark headings |
| 950 | 2C07 #2C072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--snow-50: #FDF2FD;
--snow-100: #FAE0FA;
--snow-200: #F6C6F6;
--snow-300: #EF9AEF;
--snow-400: #E765E7;
--snow-500: #E038E0;
--snow-600: #C21EC2;
--snow-700: #9A189A;
--snow-800: #6E116E;
--snow-900: #470B47;
--snow-950: #2C072C;
}