Snow
#F7F0FE
PurpleColor Codes
All color formats for development
HEX
#F7F0FERGB
rgb(247, 240, 254)HSL
hsl(270, 88%, 97%)OKLCH
oklch(0.965 0.02 308.2)CMYK
cmyk(3%, 6%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DFC2FB
2#C694F8
3#AD65F5
4#9437F2
5#7C0FE9
6#630CBA
7#4A098C
8#31065D
9#19032F
Tints
Lighter variations
1#F8F2FE
2#F9F3FE
3#FAF5FE
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 | EDDD #EDDDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | DEC1 #DEC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | C491 #C491F8 | BordersInactive statesPlaceholder text |
| 400 | A657 #A657F4 | Disabled statesSecondary iconsMuted text |
| 500 | 8C27 #8C27F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 700D #700DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 590B #590BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4008 #400878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2905 #29054D | Primary textHigh emphasis contentDark headings |
| 950 | 1A03 #1A0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--snow-50: #F7F1FE;
--snow-100: #EDDDFD;
--snow-200: #DEC1FB;
--snow-300: #C491F8;
--snow-400: #A657F4;
--snow-500: #8C27F1;
--snow-600: #700DD3;
--snow-700: #590BA8;
--snow-800: #400878;
--snow-900: #29054D;
--snow-950: #1A0330;
}