Slate Gray
#6D9FAB
CyanColor Codes
All color formats for development
HEX
#6D9FABRGB
rgb(109, 159, 171)HSL
hsl(192, 27%, 55%)OKLCH
oklch(0.671 0.056 214.4)CMYK
cmyk(36%, 7%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5C93A0
2#52828E
3#48727D
4#3D626B
5#335159
6#294147
7#1F3135
8#142124
9#0A1012
Tints
Lighter variations
1#7CA8B4
2#8AB2BC
3#99BCC4
4#A8C5CD
5#B6CFD5
6#C5D9DD
7#D3E2E6
8#E2ECEE
9#F0F5F7
Tones
Muted variations
1#709DA8
2#739BA5
3#7799A2
4#7A979F
5#7D969C
6#809499
7#839296
8#869092
9#898E8F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8F0 #E8F0F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5E3 #D5E3E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5CE #B5CED4 | BordersInactive statesPlaceholder text |
| 400 | 8EB4 #8EB4BE | Disabled statesSecondary iconsMuted text |
| 500 | 6D9F #6D9FAB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5282 #52828E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4168 #416871 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F4A #2F4A51 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E2F #1E2F34 | 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: #E8F0F2;
--slate-gray-200: #D5E3E7;
--slate-gray-300: #B5CED4;
--slate-gray-400: #8EB4BE;
--slate-gray-500: #6D9FAB;
--slate-gray-600: #52828E;
--slate-gray-700: #416871;
--slate-gray-800: #2F4A51;
--slate-gray-900: #1E2F34;
--slate-gray-950: #131E20;
}