Snow
#F0FEF8
GreenColor Codes
All color formats for development
HEX
#F0FEF8RGB
rgb(240, 254, 248)HSL
hsl(154, 88%, 97%)OKLCH
oklch(0.985 0.017 168.5)CMYK
cmyk(6%, 0%, 2%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#C2FBE2
2#94F8CD
3#65F5B7
4#37F2A1
5#0FE98A
6#0CBA6F
7#098C53
8#065D37
9#032F1C
Tints
Lighter variations
1#F2FEF9
2#F3FEFA
3#F5FEFA
4#F6FEFB
5#F8FFFC
6#F9FFFC
7#FBFFFD
8#FCFFFE
9#FEFFFE
Tones
Muted variations
1#F1FDF8
2#F2FDF8
3#F3FCF8
4#F3FBF8
5#F4FBF8
6#F5FAF8
7#F5F9F8
8#F6F9F8
9#F7F8F7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8CB | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4B0 | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F19A | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD37D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA864 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #087847 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D2E | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03301C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--snow-50: #F1FEF8;
--snow-100: #DDFDEF;
--snow-200: #C1FBE2;
--snow-300: #91F8CB;
--snow-400: #57F4B0;
--snow-500: #27F19A;
--snow-600: #0DD37D;
--snow-700: #0BA864;
--snow-800: #087847;
--snow-900: #054D2E;
--snow-950: #03301C;
}