Snow
#F4F4FA
BlueColor Codes
All color formats for development
HEX
#F4F4FARGB
rgb(244, 244, 250)HSL
hsl(240, 37%, 97%)OKLCH
oklch(0.969 0.008 286.3)CMYK
cmyk(2%, 2%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D3D3EB
2#B1B1DB
3#8F8FCB
4#6D6DBC
5#4E4EA9
6#3E3E88
7#2F2F66
8#1F1F44
9#101022
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#F5F5FA
2#F5F5FA
3#F5F5F9
4#F6F6F9
5#F6F6F9
6#F6F6F8
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 | E7E7 #E7E7F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2D2 #D2D2EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFAF #AFAFDA | BordersInactive statesPlaceholder text |
| 400 | 8585 #8585C7 | Disabled statesSecondary iconsMuted text |
| 500 | 6262 #6262B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4747 #47479A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3838 #38387A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2828 #282857 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A1A #1A1A38 | Primary textHigh emphasis contentDark headings |
| 950 | 1010 #101023 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--snow-50: #F5F5FA;
--snow-100: #E7E7F4;
--snow-200: #D2D2EA;
--snow-300: #AFAFDA;
--snow-400: #8585C7;
--snow-500: #6262B7;
--snow-600: #47479A;
--snow-700: #38387A;
--snow-800: #282857;
--snow-900: #1A1A38;
--snow-950: #101023;
}