Slate Gray
#6DA2AB
CyanColor Codes
All color formats for development
HEX
#6DA2ABRGB
rgb(109, 162, 171)HSL
hsl(189, 27%, 55%)OKLCH
oklch(0.678 0.057 209.2)CMYK
cmyk(36%, 5%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5C96A0
2#52858E
3#48757D
4#3D646B
5#335359
6#294347
7#1F3235
8#142124
9#0A1112
Tints
Lighter variations
1#7CABB4
2#8AB5BC
3#99BEC4
4#A8C7CD
5#B6D0D5
6#C5DADD
7#D3E3E6
8#E2ECEE
9#F0F6F7
Tones
Muted variations
1#70A0A8
2#739EA5
3#779BA2
4#7A999F
5#7D979C
6#809599
7#839396
8#869192
9#898E8F
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 | D5E4 #D5E4E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5CF #B5CFD4 | BordersInactive statesPlaceholder text |
| 400 | 8EB7 #8EB7BE | Disabled statesSecondary iconsMuted text |
| 500 | 6DA2 #6DA2AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5285 #52858E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 416A #416A71 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F4C #2F4C51 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E31 #1E3134 | Primary textHigh emphasis contentDark headings |
| 950 | 131E #131E20 | 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: #D5E4E7;
--slate-gray-300: #B5CFD4;
--slate-gray-400: #8EB7BE;
--slate-gray-500: #6DA2AB;
--slate-gray-600: #52858E;
--slate-gray-700: #416A71;
--slate-gray-800: #2F4C51;
--slate-gray-900: #1E3134;
--slate-gray-950: #131E20;
}