Snow
#F4F5FA
BlueColor Codes
All color formats for development
HEX
#F4F5FARGB
rgb(244, 245, 250)HSL
hsl(230, 37%, 97%)OKLCH
oklch(0.971 0.007 277.2)CMYK
cmyk(2%, 2%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D3D7EB
2#B1B8DB
3#8F99CB
4#6D7ABC
5#4E5DA9
6#3E4B88
7#2F3866
8#1F2544
9#101322
Tints
Lighter variations
1#F6F6FB
2#F7F7FB
3#F8F8FC
4#F9F9FC
5#FAFAFD
6#FBFBFD
7#FCFCFE
8#FDFDFE
9#FEFEFF
Tones
Muted variations
1#F5F6FA
2#F5F6FA
3#F5F6F9
4#F6F6F9
5#F6F6F9
6#F6F7F8
7#F7F7F8
8#F7F7F8
9#F7F7F8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F5 #F5F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7E9 #E7E9F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2D6 #D2D6EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFB6 #AFB6DA | BordersInactive statesPlaceholder text |
| 400 | 8590 #8590C7 | Disabled statesSecondary iconsMuted text |
| 500 | 6270 #6270B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4755 #47559A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3843 #38437A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2830 #283057 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A1F #1A1F38 | Primary textHigh emphasis contentDark headings |
| 950 | 1013 #101323 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--snow-50: #F5F5FA;
--snow-100: #E7E9F4;
--snow-200: #D2D6EA;
--snow-300: #AFB6DA;
--snow-400: #8590C7;
--snow-500: #6270B7;
--snow-600: #47559A;
--snow-700: #38437A;
--snow-800: #283057;
--snow-900: #1A1F38;
--snow-950: #101323;
}