Snow
#F3F1FD
BlueColor Codes
All color formats for development
HEX
#F3F1FDRGB
rgb(243, 241, 253)HSL
hsl(250, 75%, 97%)OKLCH
oklch(0.963 0.016 293.8)CMYK
cmyk(4%, 5%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CEC6F7
2#A99BF1
3#8470EB
4#5F44E4
5#3E1FD8
6#3119AD
7#251382
8#190C57
9#0C062B
Tints
Lighter variations
1#F5F3FD
2#F6F4FD
3#F7F6FE
4#F8F7FE
5#F9F8FE
6#FAFAFE
7#FCFBFE
8#FDFCFF
9#FEFEFF
Tones
Muted variations
1#F4F2FD
2#F4F3FC
3#F5F3FB
4#F5F4FB
5#F5F4FA
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 | E4E0 #E4E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDC5 #CDC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A798 #A798F0 | BordersInactive statesPlaceholder text |
| 400 | 7963 #7963E9 | Disabled statesSecondary iconsMuted text |
| 500 | 5336 #5336E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 381C #381CC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D16 #2D169C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2010 #201070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 140A #140A47 | Primary textHigh emphasis contentDark headings |
| 950 | 0D06 #0D062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--snow-50: #F4F2FD;
--snow-100: #E4E0FB;
--snow-200: #CDC5F7;
--snow-300: #A798F0;
--snow-400: #7963E9;
--snow-500: #5336E2;
--snow-600: #381CC4;
--snow-700: #2D169C;
--snow-800: #201070;
--snow-900: #140A47;
--snow-950: #0D062D;
}