Snow
#F6F1FD
PurpleColor Codes
All color formats for development
HEX
#F6F1FDRGB
rgb(246, 241, 253)HSL
hsl(265, 75%, 97%)OKLCH
oklch(0.965 0.017 304.8)CMYK
cmyk(3%, 5%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DBC6F7
2#BF9BF1
3#A370EB
4#8744E4
5#6C1FD8
6#5719AD
7#411382
8#2B0C57
9#16062B
Tints
Lighter variations
1#F7F3FD
2#F8F4FD
3#F9F6FE
4#FAF7FE
5#FBF8FE
6#FCFAFE
7#FCFBFE
8#FDFCFF
9#FEFEFF
Tones
Muted variations
1#F6F2FD
2#F7F3FC
3#F7F3FB
4#F7F4FB
5#F7F4FA
6#F7F5FA
7#F7F6F9
8#F7F6F8
9#F7F7F8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F2 #F6F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBE0 #EBE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | DAC5 #DAC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | BD98 #BD98F0 | BordersInactive statesPlaceholder text |
| 400 | 9B63 #9B63E9 | Disabled statesSecondary iconsMuted text |
| 500 | 7E36 #7E36E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 621C #621CC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4E16 #4E169C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3810 #381070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 240A #240A47 | Primary textHigh emphasis contentDark headings |
| 950 | 1606 #16062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--snow-50: #F6F2FD;
--snow-100: #EBE0FB;
--snow-200: #DAC5F7;
--snow-300: #BD98F0;
--snow-400: #9B63E9;
--snow-500: #7E36E2;
--snow-600: #621CC4;
--snow-700: #4E169C;
--snow-800: #381070;
--snow-900: #240A47;
--snow-950: #16062D;
}