Snow
#F7F1FE
PurpleColor Codes
All color formats for development
HEX
#F7F1FERGB
rgb(247, 241, 254)HSL
hsl(268, 87%, 97%)OKLCH
oklch(0.967 0.018 306.7)CMYK
cmyk(3%, 5%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DDC2FB
2#C394F8
3#A866F4
4#8E38F1
5#7510E7
6#5D0DB9
7#460A8B
8#2F065D
9#17032E
Tints
Lighter variations
1#F8F2FE
2#F9F4FE
3#F9F5FE
4#FAF6FE
5#FBF8FF
6#FCF9FF
7#FDFBFF
8#FDFCFF
9#FEFEFF
Tones
Muted variations
1#F7F1FD
2#F7F2FD
3#F7F3FC
4#F7F3FB
5#F7F4FB
6#F7F5FA
7#F7F5F9
8#F7F6F9
9#F7F7F8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F1 #F7F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECDE #ECDEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | DCC1 #DCC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | C191 #C191F7 | BordersInactive statesPlaceholder text |
| 400 | A158 #A158F3 | Disabled statesSecondary iconsMuted text |
| 500 | 8628 #8628F0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6A0F #6A0FD2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 540C #540CA7 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3C08 #3C0877 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2605 #26054C | Primary textHigh emphasis contentDark headings |
| 950 | 1803 #180330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--snow-50: #F7F1FE;
--snow-100: #ECDEFD;
--snow-200: #DCC1FB;
--snow-300: #C191F7;
--snow-400: #A158F3;
--snow-500: #8628F0;
--snow-600: #6A0FD2;
--snow-700: #540CA7;
--snow-800: #3C0877;
--snow-900: #26054C;
--snow-950: #180330;
}