Snow
#F2FCFC
CyanColor Codes
All color formats for development
HEX
#F2FCFCRGB
rgb(242, 252, 252)HSL
hsl(180, 63%, 97%)OKLCH
oklch(0.984 0.011 197)CMYK
cmyk(4%, 0%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CAF3F3
2#A2EAEA
3#7AE1E1
4#51D8D8
5#2ECACA
6#25A1A1
7#1B7979
8#125151
9#092828
Tints
Lighter variations
1#F4FCFC
2#F5FDFD
3#F6FDFD
4#F8FDFD
5#F9FEFE
6#FAFEFE
7#FBFEFE
8#FDFEFE
9#FEFFFF
Tones
Muted variations
1#F3FCFC
2#F3FBFB
3#F4FBFB
4#F4FAFA
5#F5FAFA
6#F5F9F9
7#F6F9F9
8#F6F8F8
9#F7F8F8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9F3 #C9F3F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FE9 #9FE9E9 | BordersInactive statesPlaceholder text |
| 400 | 6EDE #6EDEDE | Disabled statesSecondary iconsMuted text |
| 500 | 44D5 #44D5D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2AB7 #2AB7B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2191 #219191 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1868 #186868 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F43 #0F4343 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--snow-50: #F3FCFC;
--snow-100: #E2F8F8;
--snow-200: #C9F3F3;
--snow-300: #9FE9E9;
--snow-400: #6EDEDE;
--snow-500: #44D5D5;
--snow-600: #2AB7B7;
--snow-700: #219191;
--snow-800: #186868;
--snow-900: #0F4343;
--snow-950: #092A2A;
}