Snow
#F6F9F9
CyanColor Codes
All color formats for development
HEX
#F6F9F9RGB
rgb(246, 249, 249)HSL
hsl(180, 20%, 97%)OKLCH
oklch(0.98 0.003 197.1)CMYK
cmyk(1%, 0%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D8E5E5
2#BAD1D1
3#9DBEBE
4#7FAAAA
5#639494
6#4F7777
7#3B5959
8#283B3B
9#141E1E
Tints
Lighter variations
1#F7F9F9
2#F8FAFA
3#F9FBFB
4#F9FBFB
5#FAFCFC
6#FBFDFD
7#FCFDFD
8#FDFEFE
9#FEFEFE
Tones
Muted variations
1#F6F9F9
2#F6F9F9
3#F6F8F8
4#F6F8F8
5#F7F8F8
6#F7F8F8
7#F7F8F8
8#F7F8F8
9#F7F8F8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F9 #F6F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAF1 #EAF1F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7E4 #D7E4E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9D0 #B9D0D0 | BordersInactive statesPlaceholder text |
| 400 | 94B8 #94B8B8 | Disabled statesSecondary iconsMuted text |
| 500 | 75A3 #75A3A3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A87 #5A8787 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 476B #476B6B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 334D #334D4D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2131 #213131 | Primary textHigh emphasis contentDark headings |
| 950 | 141F #141F1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--snow-50: #F6F9F9;
--snow-100: #EAF1F1;
--snow-200: #D7E4E4;
--snow-300: #B9D0D0;
--snow-400: #94B8B8;
--snow-500: #75A3A3;
--snow-600: #5A8787;
--snow-700: #476B6B;
--snow-800: #334D4D;
--snow-900: #213131;
--snow-950: #141F1F;
}