Snow
#F4F1FD
PurpleColor Codes
All color formats for development
HEX
#F4F1FDRGB
rgb(244, 241, 253)HSL
hsl(255, 75%, 97%)OKLCH
oklch(0.964 0.016 297.5)CMYK
cmyk(4%, 5%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D2C6F7
2#B09BF1
3#8E70EB
4#6C44E4
5#4D1FD8
6#3E19AD
7#2E1382
8#1F0C57
9#0F062B
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#F5F2FD
2#F5F3FC
3#F5F3FB
4#F6F4FB
5#F6F4FA
6#F6F5FA
7#F6F6F9
8#F7F6F8
9#F7F7F8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F2 #F4F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E0 #E6E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1C5 #D1C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | AE98 #AE98F0 | BordersInactive statesPlaceholder text |
| 400 | 8463 #8463E9 | Disabled statesSecondary iconsMuted text |
| 500 | 6136 #6136E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 461C #461CC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3816 #38169C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2810 #281070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 190A #190A47 | Primary textHigh emphasis contentDark headings |
| 950 | 1006 #10062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--snow-50: #F4F2FD;
--snow-100: #E6E0FB;
--snow-200: #D1C5F7;
--snow-300: #AE98F0;
--snow-400: #8463E9;
--snow-500: #6136E2;
--snow-600: #461CC4;
--snow-700: #38169C;
--snow-800: #281070;
--snow-900: #190A47;
--snow-950: #10062D;
}