Slate Gray
#6CA8AC
CyanColor Codes
All color formats for development
HEX
#6CA8ACRGB
rgb(108, 168, 172)HSL
hsl(184, 28%, 55%)OKLCH
oklch(0.692 0.062 201.2)CMYK
cmyk(37%, 2%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5B9DA2
2#518B90
3#477A7E
4#3D696C
5#32575A
6#284648
7#1E3436
8#142324
9#0A1112
Tints
Lighter variations
1#7BB1B5
2#89B9BD
3#98C2C5
4#A7CBCD
5#B6D4D6
6#C4DCDE
7#D3E5E6
8#E2EEEE
9#F0F6F7
Tones
Muted variations
1#6FA5A9
2#73A3A6
3#76A0A3
4#799DA0
5#7C9A9C
6#7F9799
7#839596
8#869293
9#898F8F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8F1 #E8F1F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5E6 #D5E6E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4D3 #B4D3D5 | BordersInactive statesPlaceholder text |
| 400 | 8DBB #8DBBBF | Disabled statesSecondary iconsMuted text |
| 500 | 6CA8 #6CA8AC | Primary brand colorCTAsActive elementsLinks |
| 600 | 518B #518B90 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 406F #406F72 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E4F #2E4F52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D33 #1D3334 | Primary textHigh emphasis contentDark headings |
| 950 | 1220 #122021 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F9F9;
--slate-gray-100: #E8F1F2;
--slate-gray-200: #D5E6E7;
--slate-gray-300: #B4D3D5;
--slate-gray-400: #8DBBBF;
--slate-gray-500: #6CA8AC;
--slate-gray-600: #518B90;
--slate-gray-700: #406F72;
--slate-gray-800: #2E4F52;
--slate-gray-900: #1D3334;
--slate-gray-950: #122021;
}