Snow
#F3FCF9
GreenColor Codes
All color formats for development
HEX
#F3FCF9RGB
rgb(243, 252, 249)HSL
hsl(160, 60%, 97%)OKLCH
oklch(0.984 0.01 174.3)CMYK
cmyk(4%, 0%, 1%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CBF2E5
2#A4E8D1
3#7CDEBE
4#54D4AA
5#31C694
6#289E77
7#1E7759
8#144F3B
9#0A281E
Tints
Lighter variations
1#F4FCF9
2#F5FDFA
3#F6FDFB
4#F8FDFB
5#F9FDFC
6#FAFEFD
7#FBFEFD
8#FDFEFE
9#FEFFFE
Tones
Muted variations
1#F3FBF9
2#F4FBF9
3#F4FBF8
4#F5FAF8
5#F5FAF8
6#F6F9F8
7#F6F9F8
8#F6F8F8
9#F7F8F8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8D0 | BordersInactive statesPlaceholder text |
| 400 | 70DB #70DBB8 | Disabled statesSecondary iconsMuted text |
| 500 | 47D1 #47D1A3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DB4 #2DB487 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 248F #248F6B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A66 #1A664C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1041 #104131 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A291F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--snow-50: #F3FCF9;
--snow-100: #E2F8F1;
--snow-200: #CAF2E4;
--snow-300: #A1E8D0;
--snow-400: #70DBB8;
--snow-500: #47D1A3;
--snow-600: #2DB487;
--snow-700: #248F6B;
--snow-800: #1A664C;
--snow-900: #104131;
--snow-950: #0A291F;
}