Slate Gray
#6BA1AE
CyanColor Codes
All color formats for development
HEX
#6BA1AERGB
rgb(107, 161, 174)HSL
hsl(192, 29%, 55%)OKLCH
oklch(0.676 0.06 214.5)CMYK
cmyk(39%, 7%, 0%, 32%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5A94A3
2#508491
3#46737F
4#3C636D
5#32525A
6#284248
7#1E3136
8#142124
9#0A1012
Tints
Lighter variations
1#7AAAB6
2#89B3BE
3#97BDC6
4#A6C6CE
5#B5D0D6
6#C4D9DE
7#D3E3E7
8#E1ECEF
9#F0F6F7
Tones
Muted variations
1#6E9EAA
2#729CA7
3#759AA4
4#7898A0
5#7C969D
6#7F949A
7#829296
8#869093
9#898E90
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8F0 #E8F0F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4E4 #D4E4E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3CF #B3CFD5 | BordersInactive statesPlaceholder text |
| 400 | 8CB5 #8CB5C0 | Disabled statesSecondary iconsMuted text |
| 500 | 6BA0 #6BA0AE | Primary brand colorCTAsActive elementsLinks |
| 600 | 5084 #508491 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F69 #3F6973 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D4B #2D4B52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D30 #1D3035 | Primary textHigh emphasis contentDark headings |
| 950 | 121E #121E21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--slate-gray-50: #F5F9FA;
--slate-gray-100: #E8F0F2;
--slate-gray-200: #D4E4E7;
--slate-gray-300: #B3CFD5;
--slate-gray-400: #8CB5C0;
--slate-gray-500: #6BA0AE;
--slate-gray-600: #508491;
--slate-gray-700: #3F6973;
--slate-gray-800: #2D4B52;
--slate-gray-900: #1D3035;
--slate-gray-950: #121E21;
}