Snow
#F3F0FE
BlueColor Codes
All color formats for development
HEX
#F3F0FERGB
rgb(243, 240, 254)HSL
hsl(253, 88%, 97%)OKLCH
oklch(0.962 0.019 295.9)CMYK
cmyk(4%, 6%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CEC2FB
2#A994F8
3#8465F5
4#5F37F2
5#3E0FE9
6#320CBA
7#25098C
8#19065D
9#0C032F
Tints
Lighter variations
1#F5F2FE
2#F6F3FE
3#F7F5FE
4#F8F6FE
5#F9F8FF
6#FAF9FF
7#FCFBFF
8#FDFCFF
9#FEFEFF
Tones
Muted variations
1#F4F1FD
2#F4F2FD
3#F5F3FC
4#F5F3FB
5#F5F4FB
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 | E4DD #E4DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDC1 #CDC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | A791 #A791F8 | BordersInactive statesPlaceholder text |
| 400 | 7957 #7957F4 | Disabled statesSecondary iconsMuted text |
| 500 | 5327 #5327F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 380D #380DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D0B #2D0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2008 #200878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1405 #14054D | Primary textHigh emphasis contentDark headings |
| 950 | 0D03 #0D0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--snow-50: #F4F1FE;
--snow-100: #E4DDFD;
--snow-200: #CDC1FB;
--snow-300: #A791F8;
--snow-400: #7957F4;
--snow-500: #5327F1;
--snow-600: #380DD3;
--snow-700: #2D0BA8;
--snow-800: #200878;
--snow-900: #14054D;
--snow-950: #0D0330;
}