Slate Gray
#62697F
BlueColor Codes
All color formats for development
HEX
#62697FRGB
rgb(98, 105, 127)HSL
hsl(226, 13%, 44%)OKLCH
oklch(0.523 0.036 271.3)CMYK
cmyk(23%, 17%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#585E72
2#4E5465
3#444959
4#3B3F4C
5#31343F
6#272A33
7#1D1F26
8#141519
9#0A0A0D
Tints
Lighter variations
1#6E768F
2#7E859C
3#8E94A8
4#9EA3B4
5#AEB3C1
6#BEC2CD
7#CFD1DA
8#DFE0E6
9#EFF0F3
Tones
Muted variations
1#63697D
2#656A7C
3#666B7A
4#676C79
5#696C77
6#6A6D76
7#6C6E75
8#6D6F73
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 #BDC0CC | BordersInactive statesPlaceholder text |
| 400 | 9AA0 #9AA0B1 | Disabled statesSecondary iconsMuted text |
| 500 | 7D84 #7D849B | Primary brand colorCTAsActive elementsLinks |
| 600 | 6268 #62687F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4E53 #4E5365 | 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: #DADCE2;
--slate-gray-300: #BDC0CC;
--slate-gray-400: #9AA0B1;
--slate-gray-500: #7D849B;
--slate-gray-600: #62687F;
--slate-gray-700: #4E5365;
--slate-gray-800: #373B48;
--slate-gray-900: #23262E;
--slate-gray-950: #16181D;
}