Slate Gray
#63687E
BlueColor Codes
All color formats for development
HEX
#63687ERGB
rgb(99, 104, 126)HSL
hsl(229, 12%, 44%)OKLCH
oklch(0.521 0.035 275.1)CMYK
cmyk(21%, 17%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#595D71
2#4F5365
3#454958
4#3B3E4B
5#31343F
6#272932
7#1E1F26
8#141519
9#0A0A0D
Tints
Lighter variations
1#6F758E
2#7F849A
3#8F93A7
4#9FA3B4
5#AFB2C0
6#BFC2CD
7#CFD1D9
8#DFE0E6
9#EFF0F2
Tones
Muted variations
1#64697C
2#65697B
3#676A7A
4#686B78
5#696C77
6#6B6D76
7#6C6E74
8#6E6E73
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 #BDC0CB | BordersInactive statesPlaceholder text |
| 400 | 9B9F #9B9FB0 | Disabled statesSecondary iconsMuted text |
| 500 | 7E84 #7E849A | Primary brand colorCTAsActive elementsLinks |
| 600 | 6368 #63687E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F52 #4F5264 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 383B #383B47 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2426 #24262E | 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: #BDC0CB;
--slate-gray-400: #9B9FB0;
--slate-gray-500: #7E849A;
--slate-gray-600: #63687E;
--slate-gray-700: #4F5264;
--slate-gray-800: #383B47;
--slate-gray-900: #24262E;
--slate-gray-950: #16181D;
}