Snow
#F3F3FB
BlueColor Codes
All color formats for development
HEX
#F3F3FBRGB
rgb(243, 243, 251)HSL
hsl(240, 50%, 97%)OKLCH
oklch(0.966 0.011 286.2)CMYK
cmyk(3%, 3%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CECEEF
2#A9A9E2
3#8484D6
4#5F5FCA
5#3E3EBA
6#313194
7#25256F
8#19194A
9#0C0C25
Tints
Lighter variations
1#F5F5FC
2#F6F6FC
3#F7F7FC
4#F8F8FD
5#F9F9FD
6#FAFAFD
7#FCFCFE
8#FDFDFE
9#FEFEFF
Tones
Muted variations
1#F4F4FB
2#F4F4FA
3#F5F5FA
4#F5F5FA
5#F5F5F9
6#F6F6F9
7#F6F6F8
8#F7F7F8
9#F7F7F8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F4 #F4F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E4 #E4E4F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDCD #CDCDEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A7A7 #A7A7E2 | BordersInactive statesPlaceholder text |
| 400 | 7979 #7979D2 | Disabled statesSecondary iconsMuted text |
| 500 | 5353 #5353C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3838 #3838A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D2D #2D2D86 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2020 #202060 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1414 #14143D | Primary textHigh emphasis contentDark headings |
| 950 | 0D0D #0D0D26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--snow-50: #F4F4FB;
--snow-100: #E4E4F6;
--snow-200: #CDCDEE;
--snow-300: #A7A7E2;
--snow-400: #7979D2;
--snow-500: #5353C6;
--snow-600: #3838A8;
--snow-700: #2D2D86;
--snow-800: #202060;
--snow-900: #14143D;
--snow-950: #0D0D26;
}