Slate Gray
#6C99AC
BlueColor Codes
All color formats for development
HEX
#6C99ACRGB
rgb(108, 153, 172)HSL
hsl(198, 28%, 55%)OKLCH
oklch(0.657 0.056 226.1)CMYK
cmyk(37%, 11%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5B8CA2
2#517D90
3#476D7E
4#3D5E6C
5#324E5A
6#283E48
7#1E2F36
8#141F24
9#0A1012
Tints
Lighter variations
1#7BA3B5
2#89ADBD
3#98B8C5
4#A7C2CD
5#B6CCD6
6#C4D6DE
7#D3E0E6
8#E2EBEE
9#F0F5F7
Tones
Muted variations
1#6F98A9
2#7397A6
3#7695A3
4#7994A0
5#7C939C
6#7F9199
7#839096
8#868F93
9#898E8F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EF #E8EFF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5E2 #D5E2E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4CB #B4CBD5 | BordersInactive statesPlaceholder text |
| 400 | 8DB0 #8DB0BF | Disabled statesSecondary iconsMuted text |
| 500 | 6C99 #6C99AC | Primary brand colorCTAsActive elementsLinks |
| 600 | 517D #517D90 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4063 #406372 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E47 #2E4752 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D2D #1D2D34 | Primary textHigh emphasis contentDark headings |
| 950 | 121C #121C21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F8F9;
--slate-gray-100: #E8EFF2;
--slate-gray-200: #D5E2E7;
--slate-gray-300: #B4CBD5;
--slate-gray-400: #8DB0BF;
--slate-gray-500: #6C99AC;
--slate-gray-600: #517D90;
--slate-gray-700: #406372;
--slate-gray-800: #2E4752;
--slate-gray-900: #1D2D34;
--slate-gray-950: #121C21;
}