Snow
#F2FCF8
GreenColor Codes
All color formats for development
HEX
#F2FCF8RGB
rgb(242, 252, 248)HSL
hsl(156, 63%, 97%)OKLCH
oklch(0.982 0.012 170.3)CMYK
cmyk(4%, 0%, 2%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CAF3E3
2#A2EACD
3#7AE1B7
4#51D8A2
5#2ECA8B
6#25A16F
7#1B7954
8#125138
9#09281C
Tints
Lighter variations
1#F4FCF9
2#F5FDFA
3#F6FDFA
4#F8FDFB
5#F9FEFC
6#FAFEFC
7#FBFEFD
8#FDFEFE
9#FEFFFE
Tones
Muted variations
1#F3FCF8
2#F3FBF8
3#F4FBF8
4#F4FAF8
5#F5FAF8
6#F5F9F8
7#F6F9F8
8#F6F8F8
9#F7F8F7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8EF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9CC | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDEB1 | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D59B | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB77E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219164 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186848 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F432E | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--snow-50: #F3FCF8;
--snow-100: #E2F8EF;
--snow-200: #C9F3E2;
--snow-300: #9FE9CC;
--snow-400: #6EDEB1;
--snow-500: #44D59B;
--snow-600: #2AB77E;
--snow-700: #219164;
--snow-800: #186848;
--snow-900: #0F432E;
--snow-950: #092A1D;
}