Slate Gray
#62667F
BlueColor Codes
All color formats for development
HEX
#62667FRGB
rgb(98, 102, 127)HSL
hsl(232, 13%, 44%)OKLCH
oklch(0.516 0.04 277.8)CMYK
cmyk(23%, 20%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#585B72
2#4E5165
3#444759
4#3B3D4C
5#31333F
6#272933
7#1D1E26
8#141419
9#0A0A0D
Tints
Lighter variations
1#6E728F
2#7E829C
3#8E92A8
4#9EA1B4
5#AEB1C1
6#BEC0CD
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 | EBEB #EBEBEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DADB #DADBE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BDBF #BDBFCC | BordersInactive statesPlaceholder text |
| 400 | 9A9D #9A9DB1 | Disabled statesSecondary iconsMuted text |
| 500 | 7D81 #7D819B | Primary brand colorCTAsActive elementsLinks |
| 600 | 6266 #62667F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4E51 #4E5165 | 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: #EBEBEF;
--slate-gray-200: #DADBE2;
--slate-gray-300: #BDBFCC;
--slate-gray-400: #9A9DB1;
--slate-gray-500: #7D819B;
--slate-gray-600: #62667F;
--slate-gray-700: #4E5165;
--slate-gray-800: #373A48;
--slate-gray-900: #23252E;
--slate-gray-950: #16171D;
}