Slate Gray
#7B999D
CyanColor Codes
All color formats for development
HEX
#7B999DRGB
rgb(123, 153, 157)HSL
hsl(187, 15%, 55%)OKLCH
oklch(0.662 0.034 206.3)CMYK
cmyk(22%, 3%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6B8D91
2#5F7D81
3#536D71
4#485E61
5#3C4E51
6#303F41
7#242F30
8#181F20
9#0C1010
Tints
Lighter variations
1#88A4A7
2#95AEB1
3#A3B8BB
4#B0C2C4
5#BDCCCE
6#CAD6D8
7#D7E1E2
8#E5EBEB
9#F2F5F5
Tones
Muted variations
1#7D989C
2#7E979A
3#809598
4#829497
5#849395
6#859293
7#879091
8#898F90
9#8B8E8E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEF #EAEFF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9E2 #D9E2E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCCB #BCCBCD | BordersInactive statesPlaceholder text |
| 400 | 98B0 #98B0B3 | Disabled statesSecondary iconsMuted text |
| 500 | 7B99 #7B999D | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F7D #5F7D81 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C64 #4C6467 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3647 #364749 | Text on light backgroundsHeadingsStrong borders |
| 900 | 232D #232D2F | Primary textHigh emphasis contentDark headings |
| 950 | 161C #161C1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F6F8F8;
--slate-gray-100: #EAEFF0;
--slate-gray-200: #D9E2E3;
--slate-gray-300: #BCCBCD;
--slate-gray-400: #98B0B3;
--slate-gray-500: #7B999D;
--slate-gray-600: #5F7D81;
--slate-gray-700: #4C6467;
--slate-gray-800: #364749;
--slate-gray-900: #232D2F;
--slate-gray-950: #161C1D;
}