Slate Gray
#63667E
BlueColor Codes
All color formats for development
HEX
#63667ERGB
rgb(99, 102, 126)HSL
hsl(233, 12%, 44%)OKLCH
oklch(0.517 0.038 279.4)CMYK
cmyk(21%, 19%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#595C71
2#4F5265
3#454758
4#3B3D4B
5#31333F
6#272932
7#1E1F26
8#141419
9#0A0A0D
Tints
Lighter variations
1#6F738E
2#7F829A
3#8F92A7
4#9FA1B4
5#AFB1C0
6#BFC1CD
7#CFD0D9
8#DFE0E6
9#EFEFF2
Tones
Muted variations
1#64677C
2#65687B
3#67697A
4#686A78
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 | 7E82 #7E829A | Primary brand colorCTAsActive elementsLinks |
| 600 | 6366 #63667E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F51 #4F5164 | 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: #7E829A;
--slate-gray-600: #63667E;
--slate-gray-700: #4F5164;
--slate-gray-800: #383A47;
--slate-gray-900: #24252E;
--slate-gray-950: #16171D;
}