Snow
#FCF0FE
PinkColor Codes
All color formats for development
HEX
#FCF0FERGB
rgb(252, 240, 254)HSL
hsl(291, 88%, 97%)OKLCH
oklch(0.969 0.022 321.3)CMYK
cmyk(1%, 6%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F3C2FB
2#E994F8
3#E065F5
4#D637F2
5#C80FE9
6#A00CBA
7#78098C
8#50065D
9#28032F
Tints
Lighter variations
1#FCF2FE
2#FDF3FE
3#FDF5FE
4#FDF6FE
5#FEF8FF
6#FEF9FF
7#FEFBFF
8#FEFCFF
9#FFFEFF
Tones
Muted variations
1#FCF1FD
2#FBF2FD
3#FBF3FC
4#FAF3FB
5#FAF4FB
6#F9F5FA
7#F9F5F9
8#F8F6F9
9#F8F7F8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FCF1 #FCF1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F8DD #F8DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | F2C1 #F2C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | E891 #E891F8 | BordersInactive statesPlaceholder text |
| 400 | DD57 #DD57F4 | Disabled statesSecondary iconsMuted text |
| 500 | D327 #D327F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | B50D #B50DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 900B #900BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6708 #670878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4205 #42054D | Primary textHigh emphasis contentDark headings |
| 950 | 2903 #290330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--snow-50: #FCF1FE;
--snow-100: #F8DDFD;
--snow-200: #F2C1FB;
--snow-300: #E891F8;
--snow-400: #DD57F4;
--snow-500: #D327F1;
--snow-600: #B50DD3;
--snow-700: #900BA8;
--snow-800: #670878;
--snow-900: #42054D;
--snow-950: #290330;
}