Snow
#F2FCF6
GreenColor Codes
All color formats for development
HEX
#F2FCF6RGB
rgb(242, 252, 246)HSL
hsl(144, 63%, 97%)OKLCH
oklch(0.982 0.013 159.9)CMYK
cmyk(4%, 0%, 2%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CAF3DB
2#A2EABF
3#7AE1A3
4#51D887
5#2ECA6C
6#25A156
7#1B7941
8#12512B
9#092816
Tints
Lighter variations
1#F4FCF7
2#F5FDF8
3#F6FDF9
4#F8FDFA
5#F9FEFB
6#FAFEFC
7#FBFEFC
8#FDFEFD
9#FEFFFE
Tones
Muted variations
1#F3FCF6
2#F3FBF7
3#F4FBF7
4#F4FAF7
5#F5FAF7
6#F5F9F7
7#F6F9F7
8#F6F8F7
9#F7F8F7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3DA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9BD | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDE9B | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D57E | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB762 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #21914E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186838 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4324 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A16 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--snow-50: #F3FCF6;
--snow-100: #E2F8EB;
--snow-200: #C9F3DA;
--snow-300: #9FE9BD;
--snow-400: #6EDE9B;
--snow-500: #44D57E;
--snow-600: #2AB762;
--snow-700: #21914E;
--snow-800: #186838;
--snow-900: #0F4324;
--snow-950: #092A16;
}