Snow
#F0FFF8
GreenColor Codes
All color formats for development
HEX
#F0FFF8RGB
rgb(240, 255, 248)HSL
hsl(152, 100%, 97%)OKLCH
oklch(0.987 0.018 166.4)CMYK
cmyk(6%, 0%, 3%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BEFFE1
2#8DFFCA
3#5BFFB3
4#2AFF9C
5#00F784
6#00C66A
7#00944F
8#006335
9#00311A
Tints
Lighter variations
1#F1FFF9
2#F3FFF9
3#F4FFFA
4#F6FFFB
5#F7FFFB
6#F9FFFC
7#FAFFFD
8#FCFFFE
9#FDFFFE
Tones
Muted variations
1#F0FEF8
2#F1FDF8
3#F2FDF8
4#F3FCF8
5#F4FBF8
6#F4FAF8
7#F5FAF8
8#F6F9F7
9#F7F8F7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFE0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFC8 | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFAC | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFF94 | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E078 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B35F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #008044 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #00522C | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #00331B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--snow-50: #F0FFF8;
--snow-100: #DBFFEE;
--snow-200: #BDFFE0;
--snow-300: #8AFFC8;
--snow-400: #4DFFAC;
--snow-500: #1AFF94;
--snow-600: #00E078;
--snow-700: #00B35F;
--snow-800: #008044;
--snow-900: #00522C;
--snow-950: #00331B;
}