Snow
#F0FFF9
GreenColor Codes
All color formats for development
HEX
#F0FFF9RGB
rgb(240, 255, 249)HSL
hsl(156, 100%, 97%)OKLCH
oklch(0.987 0.018 170.1)CMYK
cmyk(6%, 0%, 2%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BEFFE5
2#8DFFD1
3#5BFFBE
4#2AFFAA
5#00F794
6#00C677
7#009459
8#00633B
9#00311E
Tints
Lighter variations
1#F1FFF9
2#F3FFFA
3#F4FFFB
4#F6FFFB
5#F7FFFC
6#F9FFFD
7#FAFFFD
8#FCFFFE
9#FDFFFE
Tones
Muted variations
1#F0FEF9
2#F1FDF9
3#F2FDF8
4#F3FCF8
5#F4FBF8
6#F4FAF8
7#F5FAF8
8#F6F9F8
9#F7F8F8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFF #DBFFF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFF #BDFFE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AFF #8AFFD0 | BordersInactive statesPlaceholder text |
| 400 | 4DFF #4DFFB8 | Disabled statesSecondary iconsMuted text |
| 500 | 1AFF #1AFFA3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 00E0 #00E087 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00B3 #00B36B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0080 #00804D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0052 #005231 | Primary textHigh emphasis contentDark headings |
| 950 | 0033 #00331F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--snow-50: #F0FFF9;
--snow-100: #DBFFF1;
--snow-200: #BDFFE4;
--snow-300: #8AFFD0;
--snow-400: #4DFFB8;
--snow-500: #1AFFA3;
--snow-600: #00E087;
--snow-700: #00B36B;
--snow-800: #00804D;
--snow-900: #005231;
--snow-950: #00331F;
}