Slate Gray
#626C7F
BlueColor Codes
All color formats for development
HEX
#626C7FRGB
rgb(98, 108, 127)HSL
hsl(219, 13%, 44%)OKLCH
oklch(0.53 0.032 263.3)CMYK
cmyk(23%, 15%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#586172
2#4E5665
3#444B59
4#3B414C
5#31363F
6#272B33
7#1D2026
8#141619
9#0A0B0D
Tints
Lighter variations
1#6E7A8F
2#7E889C
3#8E97A8
4#9EA6B4
5#AEB5C1
6#BEC4CD
7#CFD2DA
8#DFE1E6
9#EFF0F3
Tones
Muted variations
1#636C7D
2#656D7C
3#666D7A
4#676E79
5#696E77
6#6A6E76
7#6C6F75
8#6D6F73
9#6F7072
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEC #EBECEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DADD #DADDE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BDC2 #BDC2CC | BordersInactive statesPlaceholder text |
| 400 | 9AA2 #9AA2B1 | Disabled statesSecondary iconsMuted text |
| 500 | 7D88 #7D889B | Primary brand colorCTAsActive elementsLinks |
| 600 | 626C #626C7F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4E56 #4E5665 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 373D #373D48 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2327 #23272E | Primary textHigh emphasis contentDark headings |
| 950 | 1619 #16191D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F7F8;
--slate-gray-100: #EBECEF;
--slate-gray-200: #DADDE2;
--slate-gray-300: #BDC2CC;
--slate-gray-400: #9AA2B1;
--slate-gray-500: #7D889B;
--slate-gray-600: #626C7F;
--slate-gray-700: #4E5665;
--slate-gray-800: #373D48;
--slate-gray-900: #23272E;
--slate-gray-950: #16191D;
}