Snow
#F5F0FE
PurpleColor Codes
All color formats for development
HEX
#F5F0FERGB
rgb(245, 240, 254)HSL
hsl(261, 88%, 97%)OKLCH
oklch(0.963 0.019 302.2)CMYK
cmyk(4%, 6%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D6C2FB
2#B794F8
3#9865F5
4#7837F2
5#5B0FE9
6#490CBA
7#37098C
8#24065D
9#12032F
Tints
Lighter variations
1#F6F2FE
2#F7F3FE
3#F8F5FE
4#F9F6FE
5#FAF8FF
6#FBF9FF
7#FCFBFF
8#FDFCFF
9#FEFEFF
Tones
Muted variations
1#F6F1FD
2#F6F2FD
3#F6F3FC
4#F6F3FB
5#F6F4FB
6#F7F5FA
7#F7F5F9
8#F7F6F9
9#F7F7F8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F1 #F5F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8DD #E8DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5C1 #D5C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | B591 #B591F8 | BordersInactive statesPlaceholder text |
| 400 | 8E57 #8E57F4 | Disabled statesSecondary iconsMuted text |
| 500 | 6E27 #6E27F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 530D #530DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 420B #420BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F08 #2F0878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E05 #1E054D | Primary textHigh emphasis contentDark headings |
| 950 | 1303 #130330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--snow-50: #F5F1FE;
--snow-100: #E8DDFD;
--snow-200: #D5C1FB;
--snow-300: #B591F8;
--snow-400: #8E57F4;
--snow-500: #6E27F1;
--snow-600: #530DD3;
--snow-700: #420BA8;
--snow-800: #2F0878;
--snow-900: #1E054D;
--snow-950: #130330;
}