Snow
#F5F2FD
PurpleColor Codes
All color formats for development
HEX
#F5F2FDRGB
rgb(245, 242, 253)HSL
hsl(256, 73%, 97%)OKLCH
oklch(0.967 0.015 298.6)CMYK
cmyk(3%, 4%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D4C7F6
2#B29CF0
3#9171E9
4#7047E2
5#5221D6
6#411BAB
7#311480
8#210D56
9#10072B
Tints
Lighter variations
1#F6F3FD
2#F7F4FD
3#F8F6FE
4#F9F7FE
5#FAF8FE
6#FBFAFE
7#FCFBFE
8#FDFCFF
9#FEFEFF
Tones
Muted variations
1#F5F2FC
2#F5F3FC
3#F6F3FB
4#F6F4FB
5#F6F5FA
6#F6F5FA
7#F7F6F9
8#F7F6F8
9#F7F7F8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F2 #F5F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7E0 #E7E0FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3C6 #D3C6F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B09A #B09AEF | BordersInactive statesPlaceholder text |
| 400 | 8765 #8765E7 | Disabled statesSecondary iconsMuted text |
| 500 | 6538 #6538E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4A1E #4A1EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3B18 #3B189A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2A11 #2A116E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B0B #1B0B47 | Primary textHigh emphasis contentDark headings |
| 950 | 1107 #11072C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--snow-50: #F5F2FD;
--snow-100: #E7E0FA;
--snow-200: #D3C6F6;
--snow-300: #B09AEF;
--snow-400: #8765E7;
--snow-500: #6538E0;
--snow-600: #4A1EC2;
--snow-700: #3B189A;
--snow-800: #2A116E;
--snow-900: #1B0B47;
--snow-950: #11072C;
}