Slate Gray
#62687F
BlueColor Codes
All color formats for development
HEX
#62687FRGB
rgb(98, 104, 127)HSL
hsl(228, 13%, 44%)OKLCH
oklch(0.521 0.037 273.6)CMYK
cmyk(23%, 18%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#585D72
2#4E5365
3#444859
4#3B3E4C
5#31343F
6#272933
7#1D1F26
8#141519
9#0A0A0D
Tints
Lighter variations
1#6E758F
2#7E849C
3#8E93A8
4#9EA3B4
5#AEB2C1
6#BEC1CD
7#CFD1DA
8#DFE0E6
9#EFF0F3
Tones
Muted variations
1#63687D
2#65697C
3#666A7A
4#676B79
5#696C77
6#6A6D76
7#6C6E75
8#6D6E73
9#6F6F72
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 | DADB #DADBE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BDC0 #BDC0CC | BordersInactive statesPlaceholder text |
| 400 | 9A9F #9A9FB1 | Disabled statesSecondary iconsMuted text |
| 500 | 7D83 #7D839B | Primary brand colorCTAsActive elementsLinks |
| 600 | 6267 #62677F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4E52 #4E5265 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 373B #373B48 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2326 #23262E | Primary textHigh emphasis contentDark headings |
| 950 | 1618 #16181D | 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: #DADBE2;
--slate-gray-300: #BDC0CC;
--slate-gray-400: #9A9FB1;
--slate-gray-500: #7D839B;
--slate-gray-600: #62677F;
--slate-gray-700: #4E5265;
--slate-gray-800: #373B48;
--slate-gray-900: #23262E;
--slate-gray-950: #16181D;
}