Slate Gray
#62677F
BlueColor Codes
All color formats for development
HEX
#62677FRGB
rgb(98, 103, 127)HSL
hsl(230, 13%, 44%)OKLCH
oklch(0.518 0.038 275.8)CMYK
cmyk(23%, 19%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#585C72
2#4E5265
3#444859
4#3B3D4C
5#31333F
6#272933
7#1D1F26
8#141419
9#0A0A0D
Tints
Lighter variations
1#6E748F
2#7E839C
3#8E92A8
4#9EA2B4
5#AEB1C1
6#BEC1CD
7#CFD0DA
8#DFE0E6
9#EFEFF3
Tones
Muted variations
1#63677D
2#65687C
3#66697A
4#676A79
5#696B77
6#6A6C76
7#6C6D75
8#6D6E73
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 #BDBFCC | BordersInactive statesPlaceholder text |
| 400 | 9A9E #9A9EB1 | Disabled statesSecondary iconsMuted text |
| 500 | 7D82 #7D829B | Primary brand colorCTAsActive elementsLinks |
| 600 | 6266 #62667F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4E52 #4E5265 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 373A #373A48 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2325 #23252E | 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: #BDBFCC;
--slate-gray-400: #9A9EB1;
--slate-gray-500: #7D829B;
--slate-gray-600: #62667F;
--slate-gray-700: #4E5265;
--slate-gray-800: #373A48;
--slate-gray-900: #23252E;
--slate-gray-950: #16171D;
}