Slate Gray
#63697E
BlueColor Codes
All color formats for development
HEX
#63697ERGB
rgb(99, 105, 126)HSL
hsl(227, 12%, 44%)OKLCH
oklch(0.523 0.034 272.6)CMYK
cmyk(21%, 17%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#595E71
2#4F5465
3#454958
4#3B3F4B
5#31343F
6#272A32
7#1E1F26
8#141519
9#0A0A0D
Tints
Lighter variations
1#6F768E
2#7F859A
3#8F94A7
4#9FA3B4
5#AFB3C0
6#BFC2CD
7#CFD1D9
8#DFE0E6
9#EFF0F2
Tones
Muted variations
1#64697C
2#656A7B
3#676B7A
4#686C78
5#696C77
6#6B6D76
7#6C6E74
8#6E6F73
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 | DADC #DADCE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BDC0 #BDC0CB | BordersInactive statesPlaceholder text |
| 400 | 9BA0 #9BA0B0 | Disabled statesSecondary iconsMuted text |
| 500 | 7E84 #7E849A | Primary brand colorCTAsActive elementsLinks |
| 600 | 6369 #63697E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F53 #4F5364 | 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: #DADCE2;
--slate-gray-300: #BDC0CB;
--slate-gray-400: #9BA0B0;
--slate-gray-500: #7E849A;
--slate-gray-600: #63697E;
--slate-gray-700: #4F5364;
--slate-gray-800: #383B47;
--slate-gray-900: #24262E;
--slate-gray-950: #16181D;
}