Snow
#F3FCFC
CyanColor Codes
All color formats for development
HEX
#F3FCFCRGB
rgb(243, 252, 252)HSL
hsl(180, 60%, 97%)OKLCH
oklch(0.984 0.009 197)CMYK
cmyk(4%, 0%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#CBF2F2
2#A4E8E8
3#7CDEDE
4#54D4D4
5#31C6C6
6#289E9E
7#1E7777
8#144F4F
9#0A2828
Tints
Lighter variations
1#F4FCFC
2#F5FDFD
3#F6FDFD
4#F8FDFD
5#F9FDFD
6#FAFEFE
7#FBFEFE
8#FDFEFE
9#FEFFFF
Tones
Muted variations
1#F3FBFB
2#F4FBFB
3#F4FBFB
4#F5FAFA
5#F5FAFA
6#F6F9F9
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 | CAF2 #CAF2F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8E8 | BordersInactive statesPlaceholder text |
| 400 | 70DB #70DBDB | Disabled statesSecondary iconsMuted text |
| 500 | 47D1 #47D1D1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2DB4 #2DB4B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 248F #248F8F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A66 #1A6666 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1041 #104141 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2929 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--snow-50: #F3FCFC;
--snow-100: #E2F8F8;
--snow-200: #CAF2F2;
--snow-300: #A1E8E8;
--snow-400: #70DBDB;
--snow-500: #47D1D1;
--snow-600: #2DB4B4;
--snow-700: #248F8F;
--snow-800: #1A6666;
--snow-900: #104141;
--snow-950: #0A2929;
}