Snow
#F4F0FE
PurpleColor Codes
All color formats for development
HEX
#F4F0FERGB
rgb(244, 240, 254)HSL
hsl(257, 88%, 97%)OKLCH
oklch(0.962 0.019 299.1)CMYK
cmyk(4%, 6%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D2C2FB
2#B094F8
3#8E65F5
4#6C37F2
5#4D0FE9
6#3D0CBA
7#2E098C
8#1F065D
9#0F032F
Tints
Lighter variations
1#F5F2FE
2#F7F3FE
3#F8F5FE
4#F9F6FE
5#FAF8FF
6#FBF9FF
7#FCFBFF
8#FDFCFF
9#FEFEFF
Tones
Muted variations
1#F5F1FD
2#F5F2FD
3#F5F3FC
4#F6F3FB
5#F6F4FB
6#F6F5FA
7#F6F5F9
8#F7F6F9
9#F7F7F8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DD #E6DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1C1 #D1C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | AE91 #AE91F8 | BordersInactive statesPlaceholder text |
| 400 | 8457 #8457F4 | Disabled statesSecondary iconsMuted text |
| 500 | 6027 #6027F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 450D #450DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 370B #370BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2708 #270878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1905 #19054D | Primary textHigh emphasis contentDark headings |
| 950 | 1003 #100330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--snow-50: #F4F1FE;
--snow-100: #E6DDFD;
--snow-200: #D1C1FB;
--snow-300: #AE91F8;
--snow-400: #8457F4;
--snow-500: #6027F1;
--snow-600: #450DD3;
--snow-700: #370BA8;
--snow-800: #270878;
--snow-900: #19054D;
--snow-950: #100330;
}