Slate Gray
#6BA9AE
CyanColor Codes
All color formats for development
HEX
#6BA9AERGB
rgb(107, 169, 174)HSL
hsl(184, 29%, 55%)OKLCH
oklch(0.695 0.064 202.3)CMYK
cmyk(39%, 3%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5A9EA3
2#508C91
3#467B7F
4#3C696D
5#32585A
6#284648
7#1E3536
8#142324
9#0A1212
Tints
Lighter variations
1#7AB2B6
2#89BABE
3#97C3C6
4#A6CBCE
5#B5D4D6
6#C4DDDE
7#D3E5E7
8#E1EEEF
9#F0F6F7
Tones
Muted variations
1#6EA6AA
2#72A3A7
3#75A0A4
4#789EA0
5#7C9B9D
6#7F989A
7#829596
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 | E8F2 #E8F2F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4E6 #D4E6E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3D3 #B3D3D5 | BordersInactive statesPlaceholder text |
| 400 | 8CBC #8CBCC0 | Disabled statesSecondary iconsMuted text |
| 500 | 6BA9 #6BA9AE | Primary brand colorCTAsActive elementsLinks |
| 600 | 508C #508C91 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F70 #3F7073 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D50 #2D5052 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D33 #1D3335 | 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: #F5F9FA;
--slate-gray-100: #E8F2F2;
--slate-gray-200: #D4E6E7;
--slate-gray-300: #B3D3D5;
--slate-gray-400: #8CBCC0;
--slate-gray-500: #6BA9AE;
--slate-gray-600: #508C91;
--slate-gray-700: #3F7073;
--slate-gray-800: #2D5052;
--slate-gray-900: #1D3335;
--slate-gray-950: #122021;
}