Snow
#F3FCF8
GreenColor Codes
All color formats for development
HEX
#F3FCF8RGB
rgb(243, 252, 248)HSL
hsl(153, 60%, 97%)OKLCH
oklch(0.983 0.011 167.8)CMYK
cmyk(4%, 0%, 2%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CBF2E1
2#A4E8C9
3#7CDEB2
4#54D49B
5#31C683
6#289E69
7#1E774F
8#144F34
9#0A281A
Tints
Lighter variations
1#F4FCF9
2#F5FDF9
3#F6FDFA
4#F8FDFB
5#F9FDFB
6#FAFEFC
7#FBFEFD
8#FDFEFE
9#FEFFFE
Tones
Muted variations
1#F3FBF8
2#F4FBF8
3#F4FBF8
4#F5FAF8
5#F5FAF8
6#F6F9F8
7#F6F9F7
8#F6F8F7
9#F7F8F7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8EE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8C8 | BordersInactive statesPlaceholder text |
| 400 | 70DB #70DBAB | Disabled statesSecondary iconsMuted text |
| 500 | 47D1 #47D193 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DB4 #2DB477 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 248F #248F5F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A66 #1A6644 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1041 #10412B | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A291B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--snow-50: #F3FCF8;
--snow-100: #E2F8EE;
--snow-200: #CAF2E0;
--snow-300: #A1E8C8;
--snow-400: #70DBAB;
--snow-500: #47D193;
--snow-600: #2DB477;
--snow-700: #248F5F;
--snow-800: #1A6644;
--snow-900: #10412B;
--snow-950: #0A291B;
}