Slate Gray
#63677E
BlueColor Codes
All color formats for development
HEX
#63677ERGB
rgb(99, 103, 126)HSL
hsl(231, 12%, 44%)OKLCH
oklch(0.519 0.037 277.3)CMYK
cmyk(21%, 18%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#595C71
2#4F5265
3#454858
4#3B3E4B
5#31333F
6#272932
7#1E1F26
8#141519
9#0A0A0D
Tints
Lighter variations
1#6F748E
2#7F839A
3#8F93A7
4#9FA2B4
5#AFB2C0
6#BFC1CD
7#CFD1D9
8#DFE0E6
9#EFF0F2
Tones
Muted variations
1#64687C
2#65697B
3#676A7A
4#686B78
5#696B77
6#6B6C76
7#6C6D74
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 | BDBF #BDBFCB | BordersInactive statesPlaceholder text |
| 400 | 9B9E #9B9EB0 | Disabled statesSecondary iconsMuted text |
| 500 | 7E83 #7E839A | Primary brand colorCTAsActive elementsLinks |
| 600 | 6367 #63677E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F52 #4F5264 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 383A #383A47 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2425 #24252E | Primary textHigh emphasis contentDark headings |
| 950 | 1617 #16171D | 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: #BDBFCB;
--slate-gray-400: #9B9EB0;
--slate-gray-500: #7E839A;
--slate-gray-600: #63677E;
--slate-gray-700: #4F5264;
--slate-gray-800: #383A47;
--slate-gray-900: #24252E;
--slate-gray-950: #16171D;
}