Snow
#F3F1FE
BlueColor Codes
All color formats for development
HEX
#F3F1FERGB
rgb(243, 241, 254)HSL
hsl(249, 87%, 97%)OKLCH
oklch(0.963 0.017 293.1)CMYK
cmyk(4%, 5%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CBC2FB
2#A394F8
3#7B66F4
4#5338F1
5#3010E7
6#270DB9
7#1D0A8B
8#13065D
9#0A032E
Tints
Lighter variations
1#F4F2FE
2#F5F4FE
3#F6F5FE
4#F8F6FE
5#F9F8FF
6#FAF9FF
7#FBFBFF
8#FDFCFF
9#FEFEFF
Tones
Muted variations
1#F3F1FD
2#F4F2FD
3#F4F3FC
4#F5F3FB
5#F5F4FB
6#F5F5FA
7#F6F5F9
8#F6F6F9
9#F7F7F8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F1 #F3F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2DE #E2DEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAC1 #CAC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | A191 #A191F7 | BordersInactive statesPlaceholder text |
| 400 | 6F58 #6F58F3 | Disabled statesSecondary iconsMuted text |
| 500 | 4628 #4628F0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C0F #2C0FD2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 230C #230CA7 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1908 #190877 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1005 #10054C | Primary textHigh emphasis contentDark headings |
| 950 | 0A03 #0A0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--snow-50: #F3F1FE;
--snow-100: #E2DEFD;
--snow-200: #CAC1FB;
--snow-300: #A191F7;
--snow-400: #6F58F3;
--snow-500: #4628F0;
--snow-600: #2C0FD2;
--snow-700: #230CA7;
--snow-800: #190877;
--snow-900: #10054C;
--snow-950: #0A0330;
}