Snow
#F6F8F9
BlueColor Codes
All color formats for development
HEX
#F6F8F9RGB
rgb(246, 248, 249)HSL
hsl(200, 20%, 97%)OKLCH
oklch(0.978 0.003 228.8)CMYK
cmyk(1%, 0%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D8E1E5
2#BACAD1
3#9DB3BE
4#7F9CAA
5#638494
6#4F6A77
7#3B4F59
8#28353B
9#141A1E
Tints
Lighter variations
1#F7F9F9
2#F8F9FA
3#F9FAFB
4#F9FBFB
5#FAFBFC
6#FBFCFD
7#FCFDFD
8#FDFEFE
9#FEFEFE
Tones
Muted variations
1#F6F8F9
2#F6F8F9
3#F6F8F8
4#F6F8F8
5#F7F8F8
6#F7F8F8
7#F7F8F8
8#F7F7F8
9#F7F7F8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEE #EAEEF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7E0 #D7E0E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9C8 #B9C8D0 | BordersInactive statesPlaceholder text |
| 400 | 94AC #94ACB8 | Disabled statesSecondary iconsMuted text |
| 500 | 7594 #7594A3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A78 #5A7887 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 475F #475F6B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3344 #33444D | Text on light backgroundsHeadingsStrong borders |
| 900 | 212C #212C31 | Primary textHigh emphasis contentDark headings |
| 950 | 141B #141B1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--snow-50: #F6F8F9;
--snow-100: #EAEEF1;
--snow-200: #D7E0E4;
--snow-300: #B9C8D0;
--snow-400: #94ACB8;
--snow-500: #7594A3;
--snow-600: #5A7887;
--snow-700: #475F6B;
--snow-800: #33444D;
--snow-900: #212C31;
--snow-950: #141B1F;
}