Snow
#F6F2FD
PurpleColor Codes
All color formats for development
HEX
#F6F2FDRGB
rgb(246, 242, 253)HSL
hsl(262, 73%, 97%)OKLCH
oklch(0.967 0.015 302.6)CMYK
cmyk(3%, 4%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D8C7F6
2#BB9CF0
3#9D71E9
4#8047E2
5#6421D6
6#501BAB
7#3C1480
8#280D56
9#14072B
Tints
Lighter variations
1#F7F3FD
2#F8F4FD
3#F9F6FE
4#FAF7FE
5#FAF8FE
6#FBFAFE
7#FCFBFE
8#FDFCFF
9#FEFEFF
Tones
Muted variations
1#F6F2FC
2#F6F3FC
3#F6F3FB
4#F6F4FB
5#F7F5FA
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 | EAE0 #EAE0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7C6 #D7C6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B99A #B99AEF | BordersInactive statesPlaceholder text |
| 400 | 9465 #9465E7 | Disabled statesSecondary iconsMuted text |
| 500 | 7638 #7638E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A1E #5A1EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4818 #48189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3311 #33116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 210B #210B47 | Primary textHigh emphasis contentDark headings |
| 950 | 1507 #15072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--snow-50: #F6F2FD;
--snow-100: #EAE0FA;
--snow-200: #D7C6F6;
--snow-300: #B99AEF;
--snow-400: #9465E7;
--snow-500: #7638E0;
--snow-600: #5A1EC2;
--snow-700: #48189A;
--snow-800: #33116E;
--snow-900: #210B47;
--snow-950: #15072C;
}