Slate Gray
#6BA7AE
CyanColor Codes
All color formats for development
HEX
#6BA7AERGB
rgb(107, 167, 174)HSL
hsl(186, 29%, 55%)OKLCH
oklch(0.69 0.063 205.2)CMYK
cmyk(39%, 4%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5A9CA3
2#508A91
3#46797F
4#3C686D
5#32565A
6#284548
7#1E3436
8#142324
9#0A1112
Tints
Lighter variations
1#7AB0B6
2#89B8BE
3#97C1C6
4#A6CACE
5#B5D3D6
6#C4DCDE
7#D3E5E7
8#E1EDEF
9#F0F6F7
Tones
Muted variations
1#6EA4AA
2#72A2A7
3#759FA4
4#789CA0
5#7C9A9D
6#7F979A
7#829496
8#869293
9#898F90
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8F1 #E8F1F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4E6 #D4E6E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3D2 #B3D2D5 | BordersInactive statesPlaceholder text |
| 400 | 8CBA #8CBAC0 | Disabled statesSecondary iconsMuted text |
| 500 | 6BA7 #6BA7AE | Primary brand colorCTAsActive elementsLinks |
| 600 | 508A #508A91 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F6E #3F6E73 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D4F #2D4F52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D32 #1D3235 | Primary textHigh emphasis contentDark headings |
| 950 | 121F #121F21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F9FA;
--slate-gray-100: #E8F1F2;
--slate-gray-200: #D4E6E7;
--slate-gray-300: #B3D2D5;
--slate-gray-400: #8CBAC0;
--slate-gray-500: #6BA7AE;
--slate-gray-600: #508A91;
--slate-gray-700: #3F6E73;
--slate-gray-800: #2D4F52;
--slate-gray-900: #1D3235;
--slate-gray-950: #121F21;
}